healthCheckCodes

@JvmName(name = "tfvgintejtjbmuht")
suspend fun healthCheckCodes(value: Output<List<String>>)
@JvmName(name = "rvwgadormalslclb")
suspend fun healthCheckCodes(value: List<String>?)

Parameters

value

The HTTP status codes that are used to indicate whether the backend server passes the health check. Default value: http_2xx. Valid values: http_2xx, http_3xx, http_4xx, and http_5xx. NOTE: health_check_codes takes effect only if health_check_protocol is set to HTTP.


@JvmName(name = "qxrjjpryrbuvwfqn")
suspend fun healthCheckCodes(vararg values: Output<String>)


@JvmName(name = "ctbuvaekqtijpxoc")
suspend fun healthCheckCodes(values: List<Output<String>>)
@JvmName(name = "rlhipqtmcyjqkbuc")
suspend fun healthCheckCodes(vararg values: String)

Parameters

values

The HTTP status codes that are used to indicate whether the backend server passes the health check. Default value: http_2xx. Valid values: http_2xx, http_3xx, http_4xx, and http_5xx. NOTE: health_check_codes takes effect only if health_check_protocol is set to HTTP.