minimumHealthyHostsPerZone

@JvmName(name = "dynshyihfsxligmn")
suspend fun minimumHealthyHostsPerZone(value: Output<DeploymentConfigMinimumHealthyHostsPerZoneArgs>)

Parameters

value

The number or percentage of instances that must remain available per Availability Zone during a deployment. This option works in conjunction with the MinimumHealthyHosts option. For more information, see About the minimum number of healthy hosts per Availability Zone in the CodeDeploy User Guide . If you don't specify the minimumHealthyHostsPerZone option, then CodeDeploy uses a default value of 0 percent. For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide .


@JvmName(name = "bnksvtouovsjvudp")
suspend fun minimumHealthyHostsPerZone(argument: suspend DeploymentConfigMinimumHealthyHostsPerZoneArgsBuilder.() -> Unit)

Parameters

argument

The number or percentage of instances that must remain available per Availability Zone during a deployment. This option works in conjunction with the MinimumHealthyHosts option. For more information, see About the minimum number of healthy hosts per Availability Zone in the CodeDeploy User Guide . If you don't specify the minimumHealthyHostsPerZone option, then CodeDeploy uses a default value of 0 percent. For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide .