AwsEventsEndpointDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsEventsEndpointDetails

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

Contents

Arn

The Amazon Resource Name (ARN) of the endpoint.

Type: String

Pattern: .*\S.*

Required: No

Description

A description of the endpoint.

Type: String

Pattern: .*\S.*

Required: No

EndpointId

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

Type: String

Pattern: .*\S.*

Required: No

EndpointUrl

The URL of the endpoint.

Type: String

Pattern: .*\S.*

Required: No

EventBuses

The event buses being used by the endpoint.

Type: Array of AwsEventsEndpointEventBusesDetails objects

Required: No

Name

The name of the endpoint.

Type: String

Pattern: .*\S.*

Required: No

ReplicationConfig

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.

Type: AwsEventsEndpointReplicationConfigDetails object

Required: No

RoleArn

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

Type: String

Pattern: .*\S.*

Required: No

RoutingConfig

The routing configuration of the endpoint.

Type: AwsEventsEndpointRoutingConfigDetails object

Required: No

State

The current state of the endpoint.

Type: String

Pattern: .*\S.*

Required: No

StateReason

The reason the endpoint is in its current state.

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: