Module Values.ZonalShiftConfigRequestSource

The configuration for zonal shift for the cluster.

Sourcetype nonrec t = {
  1. enabled : BoxedBoolean.t option;
    (*

    If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.

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