Values.FailoverConfigSourceThe failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.
type nonrec t = {primary : Primary.t;The main Region of the endpoint.
*)secondary : Secondary.t;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 HealthCheck.t ]) list ])
list ]