healthCheckHttpCodes

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


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