Values.RegionalConfigurationSourceA list of the replication groups
type nonrec t = {replicationGroupId : String_.t;The name of the secondary cluster
*)replicationGroupRegion : String_.t;The Amazon region where the cluster is stored
*)reshardingConfiguration : ReshardingConfigurationList.t;A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
*)}val make :
replicationGroupId:String_.t ->
replicationGroupRegion:String_.t ->
reshardingConfiguration:ReshardingConfigurationList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of AllowedNodeGroupId.t ])
list ]
list
| `String of String_.t ])
list ]