Values.ReshardingConfigurationSourceA list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.
type nonrec t = {nodeGroupId : AllowedNodeGroupId.t option;Either the ElastiCache supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
*)preferredAvailabilityZones : AvailabilityZonesList.t option;A list of preferred availability zones for the nodes in this cluster.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of AllowedNodeGroupId.t ])
list ]