successStatusCodes

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


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