healthCheckHttpCodes

@JvmName(name = "rxxijvickfjligkc")
suspend fun healthCheckHttpCodes(value: Output<List<String>>)
@JvmName(name = "ueivxumjmfrtegmn")
suspend fun healthCheckHttpCodes(value: List<String>?)

Parameters

value

Health status return code. Multiple status codes are separated by commas (,). Valid values: http\_2xx, http\_3xx, http\_4xx, and http\_5xx.

NOTE: This parameter takes effect only when HealthCheckType is HTTP.


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


@JvmName(name = "lcnjvdneegjskqyg")
suspend fun healthCheckHttpCodes(values: List<Output<String>>)
@JvmName(name = "otiltxkaxtulnpmy")
suspend fun healthCheckHttpCodes(vararg values: String)

Parameters

values

Health status return code. Multiple status codes are separated by commas (,). Valid values: http\_2xx, http\_3xx, http\_4xx, and http\_5xx.

NOTE: This parameter takes effect only when HealthCheckType is HTTP.