AwsEventsEndpointDetails

Provides details about an Amazon EventBridge global endpoint. The endpoint can improve your application’s availability by making it Regional-fault tolerant.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard

A description of the endpoint.

Link copied to clipboard

The URL subdomain of the endpoint. For example, if EndpointUrl 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
val 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

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String