Values.AwsEventsEndpointDetailsSourceProvides details about an Amazon EventBridge global endpoint. The endpoint can improve your application’s availability by making it Regional-fault tolerant.
type nonrec t = {arn : NonEmptyString.t option;The Amazon Resource Name (ARN) of the endpoint.
*)description : NonEmptyString.t option;A description of the endpoint.
*)endpointId : NonEmptyString.t option;The URL subdomain of the endpoint. For example, if EndpointUrl is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
*)endpointUrl : NonEmptyString.t option;The URL of the endpoint.
*)eventBuses : AwsEventsEndpointEventBusesList.t option;The event buses being used by the endpoint.
*)name : NonEmptyString.t option;The name of the endpoint.
*)replicationConfig : AwsEventsEndpointReplicationConfigDetails.t option;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.
*)roleArn : NonEmptyString.t option;The ARN of the role used by event replication for the endpoint.
*)routingConfig : AwsEventsEndpointRoutingConfigDetails.t option;The routing configuration of the endpoint.
*)state : NonEmptyString.t option;The current state of the endpoint.
*)stateReason : NonEmptyString.t option;The reason the endpoint is in its current state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ])
list ]