Values.TableBucketReplicationConfigurationSourceThe replication configuration for a table bucket. This configuration defines how tables in the source bucket are replicated to destination table buckets, including the IAM role used for replication.
type nonrec t = {role : IAMRole.t;The Amazon Resource Name (ARN) of the IAM role that S3 Tables assumes to replicate tables on your behalf.
*)rules : TableBucketReplicationRules.t;An array of replication rules that define which tables to replicate and where to replicate them.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TableBucketARN.t ])
list ]
list ])
list ]
list
| `String of IAMRole.t ])
list ]