Values.GlobalTableWitnessDescriptionSourceRepresents the properties of a witness Region in a MRSC global table.
type nonrec t = {regionName : RegionName.t option;The name of the Amazon Web Services Region that serves as a witness for the MRSC global table.
*)witnessStatus : WitnessStatus.t option;The current status of the witness Region in the MRSC global table.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RegionName.t ]) list ]