healthCheckCodes

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

Parameters

value

The HTTP code of the health check. The default value is http_2xx. The normal HTTP code for health check. Separate multiple codes with commas (,). Valid values: http_2xx, http_3xx, http_4xx, or http_5xx.


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


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

Parameters

values

The HTTP code of the health check. The default value is http_2xx. The normal HTTP code for health check. Separate multiple codes with commas (,). Valid values: http_2xx, http_3xx, http_4xx, or http_5xx.