acceptedResponseStatusCodes

Parameters

value

If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299. Structure is documented below.


@JvmName(name = "qoiilxhlndpawneo")
suspend fun acceptedResponseStatusCodes(vararg values: Output<UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs>)


Parameters

values

If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299. Structure is documented below.


@JvmName(name = "wlmcwvmfsejgwthc")
suspend fun acceptedResponseStatusCodes(vararg argument: suspend UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgsBuilder.() -> Unit)

Parameters

argument

If present, the check will only pass if the HTTP response status code is in this set of status codes. If empty, the HTTP status code will only pass if the HTTP status code is 200-299. Structure is documented below.