healthCheckHttpCodes

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

Parameters

value

The HTTP status codes to return for health checks. Separate multiple HTTP status codes with commas (,). Valid values: http\_2xx (default), http\_3xx, http\_4xx, and http\_5xx.

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


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


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

Parameters

values

The HTTP status codes to return for health checks. Separate multiple HTTP status codes with commas (,). Valid values: http\_2xx (default), http\_3xx, http\_4xx, and http\_5xx.

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