expectedCodes

@JvmName(name = "erjyaqghggrwmgtm")
suspend fun expectedCodes(value: Output<List<String>>)
@JvmName(name = "jlrttwudmgalispt")
suspend fun expectedCodes(value: List<String>?)

Parameters

value

The expected HTTP response codes (e.g. '200') or code ranges (e.g. '2xx' for all codes starting with 2) of the health check.


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


@JvmName(name = "plpsfwidrfbpokvk")
suspend fun expectedCodes(values: List<Output<String>>)
@JvmName(name = "nlyymmujddoloilx")
suspend fun expectedCodes(vararg values: String)

Parameters

values

The expected HTTP response codes (e.g. '200') or code ranges (e.g. '2xx' for all codes starting with 2) of the health check.