expectedCodes

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


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