Module Values.ZoneAwarenessConfigSource

The zone awareness configuration for an Amazon OpenSearch Service domain.

Sourcetype nonrec t = {
  1. availabilityZoneCount : IntegerClass.t option;
    (*

    If you enabled multiple Availability Zones, this value is the number of zones that you want the domain to use. Valid values are 2 and 3. If your domain is provisioned within a VPC, this value be equal to number of subnets.

    *)
}
Sourceval make : ?availabilityZoneCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of IntegerClass.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