Values.MinimumHealthyHostsPerZoneSourceInformation about the minimum number of healthy instances per Availability Zone.
type nonrec t = {type_ : MinimumHealthyHostsPerZoneType.t option;The type associated with the MinimumHealthyHostsPerZone option.
*)value : MinimumHealthyHostsPerZoneValue.t option;The value associated with the MinimumHealthyHostsPerZone option.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of MinimumHealthyHostsPerZoneValue.t ])
list ]