successStatusCodes

@JvmName(name = "icbvpbnjnrohsstl")
suspend fun successStatusCodes(value: Output<List<String>>)
@JvmName(name = "dulkiwjqbphookuc")
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 = "avrveikwpioieour")
suspend fun successStatusCodes(vararg values: Output<String>)


@JvmName(name = "welqoivdofutuywt")
suspend fun successStatusCodes(values: List<Output<String>>)
@JvmName(name = "dymcbwclublbmokd")
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.