healthCheckCodes

@JvmName(name = "pdjpbojxdhbtqsup")
suspend fun healthCheckCodes(value: Output<List<String>>)
@JvmName(name = "yprkwjecosdhrljo")
suspend fun healthCheckCodes(value: List<String>?)

Parameters

value

The status code for a successful health check. Multiple status codes can be specified as a list. Valid values: http_2xx, http_3xx, http_4xx, and http_5xx. Default value: http_2xx. NOTE: This parameter exists if the HealthCheckProtocol parameter is set to HTTP.


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


@JvmName(name = "mphnbbwcpekmisvj")
suspend fun healthCheckCodes(values: List<Output<String>>)
@JvmName(name = "uolsxrvtnixkrxqf")
suspend fun healthCheckCodes(vararg values: String)

Parameters

values

The status code for a successful health check. Multiple status codes can be specified as a list. Valid values: http_2xx, http_3xx, http_4xx, and http_5xx. Default value: http_2xx. NOTE: This parameter exists if the HealthCheckProtocol parameter is set to HTTP.