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
ishttps://abcde.veo.endpoints.event.amazonaws.com
, then theEndpointId
isabcde.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 aRoleArn
. If you don't have aRoleArn
or you don't want event replication enabled, set the state toDISABLED
.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 AWS SDKs, see the following: