Module Values.ZoneAwarenessConfigSource

Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.

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

    An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled

    *)
}
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