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