healthCheckHttpCodes

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

Parameters

value

The HTTP status codes to return to 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 if health_check_type is set to http.


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


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

Parameters

values

The HTTP status codes to return to 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 if health_check_type is set to http.