statusCodes

@JvmName(name = "pguoqjgrrdljvbyc")
suspend fun statusCodes(value: Output<List<String>>)
@JvmName(name = "gaifubqlmpuxoxaq")
suspend fun statusCodes(value: List<String>?)

Parameters

value

Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.


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


@JvmName(name = "smueupnsangvkume")
suspend fun statusCodes(values: List<Output<String>>)
@JvmName(name = "nooxykrelevtaigy")
suspend fun statusCodes(vararg values: String)

Parameters

values

Allowed ranges of healthy status codes. Default range of healthy status codes is 200-399.