successStatusCodes

@JvmName(name = "ctaoufwaannqiuyh")
suspend fun successStatusCodes(value: Output<List<String>>)
@JvmName(name = "qfxjnfxxgfolqaeo")
suspend fun successStatusCodes(value: List<String>?)

Parameters

value

The HTTP status codes expected in a successful health check response. The response is expected to match one of the given status codes. If no expected status codes are provided, default expected status code is 200 OK.


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


@JvmName(name = "wcyyrperqcpipoij")
suspend fun successStatusCodes(values: List<Output<String>>)
@JvmName(name = "cjkdwbxmbxndhapn")
suspend fun successStatusCodes(vararg values: String)

Parameters

values

The HTTP status codes expected in a successful health check response. The response is expected to match one of the given status codes. If no expected status codes are provided, default expected status code is 200 OK.