Values.TableReplicationConfigurationSourceThe replication configuration for an individual table. This configuration defines how the table is replicated to destination tables.
type nonrec t = {role : IAMRole.t;The Amazon Resource Name (ARN) of the IAM role that S3 Tables assumes to replicate the table on your behalf.
*)rules : TableReplicationRules.t;An array of replication rules that define where this table should be replicated.
*)}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 ]