Module Values.CreateGlobalTableWitnessGroupMemberActionSource

Specifies the action to add a new witness Region to a MRSC global table. A MRSC global table can be configured with either three replicas, or with two replicas and one witness.

Sourcetype nonrec t = {
  1. regionName : RegionName.t;
    (*

    The Amazon Web Services Region name to be added as a witness Region for the MRSC global table. The witness must be in a different Region than the replicas and within the same Region set: US Region set: US East (N. Virginia), US East (Ohio), US West (Oregon) EU Region set: Europe (Ireland), Europe (London), Europe (Paris), Europe (Frankfurt) AP Region set: Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Osaka)

    *)
}
Sourceval context_ : string
Sourceval make : regionName:RegionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RegionName.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