successStatusCodes

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


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