minimum Healthy Hosts Per Zone
suspend fun minimumHealthyHostsPerZone(value: Output<DeploymentConfigZonalConfigMinimumHealthyHostsPerZoneArgs>)
suspend fun minimumHealthyHostsPerZone(value: DeploymentConfigZonalConfigMinimumHealthyHostsPerZoneArgs?)
Parameters
value
The number or percentage of instances that must remain available per Availability Zone during a deployment. If you don't specify a value under minimum_healthy_hosts_per_zone
, then CodeDeploy uses a default value of 0 percent. This block is more documented below.
suspend fun minimumHealthyHostsPerZone(argument: suspend DeploymentConfigZonalConfigMinimumHealthyHostsPerZoneArgsBuilder.() -> Unit)
Parameters
argument
The number or percentage of instances that must remain available per Availability Zone during a deployment. If you don't specify a value under minimum_healthy_hosts_per_zone
, then CodeDeploy uses a default value of 0 percent. This block is more documented below.