accepted Response Status Codes
suspend fun acceptedResponseStatusCodes(value: Output<List<UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs>>)
suspend fun acceptedResponseStatusCodes(value: List<UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs>?)
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.
suspend fun acceptedResponseStatusCodes(vararg values: Output<UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs>)
suspend fun acceptedResponseStatusCodes(values: List<Output<UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs>>)
suspend fun acceptedResponseStatusCodes(vararg values: 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.
suspend fun acceptedResponseStatusCodes(argument: List<suspend UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgsBuilder.() -> Unit>)
suspend fun acceptedResponseStatusCodes(vararg argument: suspend UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgsBuilder.() -> Unit)
suspend fun acceptedResponseStatusCodes(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.