healthCheckHttpCodes

@JvmName(name = "cpwvfkfqlmlvjvie")
suspend fun healthCheckHttpCodes(value: Output<List<String>>)
@JvmName(name = "qfmesujxhgqdkqna")
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 = "ouunkhsrponexlcv")
suspend fun healthCheckHttpCodes(vararg values: Output<String>)


@JvmName(name = "uiigdlmfjxpfhjna")
suspend fun healthCheckHttpCodes(values: List<Output<String>>)
@JvmName(name = "yrdkgcoidktorcco")
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.