unhealthyThreshold

@JvmName(name = "vmfgxnjeswdynxup")
suspend fun unhealthyThreshold(value: Output<Int>)
@JvmName(name = "envejtetalfiayop")
suspend fun unhealthyThreshold(value: Int?)

Parameters

value

The number of health checks that a healthy backend server must consecutively fail before it can be declared unhealthy. In this case, the health check state is changed from success to fail. It is required when health_check is on. Valid value range: 2-10 in seconds. Default to 3. NOTE: This parameter takes effect only if the health_check parameter is set to on.