Values.GlobalTableSourceRepresents the properties of a global table.
type nonrec t = {globalTableName : TableName.t option;The global table name.
*)replicationGroup : ReplicaList.t option;The Regions where the global table has replicas.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of RegionName.t ]) list ]
list
| `String of TableName.t ])
list ]