expectedCodes

@JvmName(name = "byipnolgwptdrqnp")
suspend fun expectedCodes(value: Output<List<String>>)
@JvmName(name = "fntmjfunafjgxhal")
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 = "scumeupncqdxdtuy")
suspend fun expectedCodes(vararg values: Output<String>)


@JvmName(name = "kasynctuxmqnnhab")
suspend fun expectedCodes(values: List<Output<String>>)
@JvmName(name = "djynlfwbigkfswbm")
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.