Module Values.AvailabilityZoneImpairmentPolicySource

Describes an Availability Zone impairment policy.

Sourcetype nonrec t = {
  1. zonalShiftEnabled : ZonalShiftEnabled.t option;
    (*

    If true, enable zonal shift for your Auto Scaling group.

    *)
  2. impairedZoneHealthCheckBehavior : ImpairedZoneHealthCheckBehavior.t option;
    (*

    Specifies the health check behavior for the impaired Availability Zone in an active zonal shift. If you select Replace unhealthy, instances that appear unhealthy will be replaced in all Availability Zones. If you select Ignore unhealthy, instances will not be replaced in the Availability Zone with the active zonal shift. For more information, see Auto Scaling group zonal shift in the Amazon EC2 Auto Scaling User Guide.

    *)
}
Sourceval make : ?zonalShiftEnabled:??? -> ?impairedZoneHealthCheckBehavior:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of ZonalShiftEnabled.t | `Enum of string ]) 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