Values.TableReplicationRuleSourceDefines a rule for replicating a table to one or more destination tables.
type nonrec t = {destinations : ReplicationDestinations.t;An array of destination table buckets where this table should be replicated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TableBucketARN.t ]) list ]
list ])
list ]