Module Values.FailoverGlobalReplicationGroupMessageSource

Used to failover the primary region to a secondary region. The secondary region will become primary, and all other clusters will become secondary.

Sourcetype nonrec t = {
  1. globalReplicationGroupId : String_.t;
    (*

    The name of the Global datastore

    *)
  2. primaryRegion : String_.t;
    (*

    The Amazon region of the primary cluster of the Global datastore

    *)
  3. primaryReplicationGroupId : String_.t;
    (*

    The name of the primary replication group

    *)
}
Sourceval context_ : string
Sourceval make : globalReplicationGroupId:String_.t -> primaryRegion:String_.t -> primaryReplicationGroupId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t