Values.AwsEventsEndpointRoutingConfigFailoverConfigDetailsSourceThe failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
type nonrec t = {primary : AwsEventsEndpointRoutingConfigFailoverConfigPrimaryDetails.t option;The main Region of the endpoint.
*)secondary : AwsEventsEndpointRoutingConfigFailoverConfigSecondaryDetails.t
option;The Region that events are routed to when failover is triggered or event replication is enabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]