Module Values.HighAvailabilityConfigSource

Defines the details of a high availability configuration.

Sourcetype nonrec t = {
  1. desiredCapacity : CapacityValue.t;
    (*

    The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.

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