Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The ARN of the endpoint.

Link copied to clipboard

The time the endpoint was created.

Link copied to clipboard

A description for the endpoint.

Link copied to clipboard

The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

Link copied to clipboard

The URL of the endpoint.

Link copied to clipboard

The event buses being used by the endpoint.

Link copied to clipboard

The last time the endpoint was modified.

Link copied to clipboard
var name: String?

The name of the endpoint.

Link copied to clipboard

Whether event replication was enabled or disabled for this endpoint. The default state is ENABLED which means you must supply a RoleArn. If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED.

Link copied to clipboard

The ARN of the role used by event replication for the endpoint.

Link copied to clipboard

The routing configuration of the endpoint.

Link copied to clipboard

The current state of the endpoint.

Link copied to clipboard

The reason the endpoint is in its current state.

Functions