Module Values.ReshardingConfigurationSource

A list of PreferredAvailabilityZones objects that specifies the configuration of a node group in the resharded cluster.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. preferredAvailabilityZones : AvailabilityZonesList.t option;
    (*

    A list of preferred availability zones for the nodes in this cluster.

    *)
}
Sourceval make : ?nodeGroupId:??? -> ?preferredAvailabilityZones:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of AllowedNodeGroupId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t