acceptedResponseStatusCodes

@JvmName(name = "chtmghfirryhpqtu")
suspend fun acceptedResponseStatusCodes(value: Output<List<ResponseStatusCodeArgs>>)
@JvmName(name = "pwjshbiygpwuvmdi")
suspend fun acceptedResponseStatusCodes(value: List<ResponseStatusCodeArgs>?)

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.


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


@JvmName(name = "qipeggqycaolwacj")
suspend fun acceptedResponseStatusCodes(values: List<Output<ResponseStatusCodeArgs>>)
@JvmName(name = "hcdmpswesteqjsxc")
suspend fun acceptedResponseStatusCodes(vararg values: ResponseStatusCodeArgs)

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.


@JvmName(name = "xkhupbyyfhoawxey")
suspend fun acceptedResponseStatusCodes(argument: List<suspend ResponseStatusCodeArgsBuilder.() -> Unit>)
@JvmName(name = "obxmiqtlgxdwtnmn")
suspend fun acceptedResponseStatusCodes(vararg argument: suspend ResponseStatusCodeArgsBuilder.() -> Unit)
@JvmName(name = "demjmgkmivbaysbp")
suspend fun acceptedResponseStatusCodes(argument: suspend ResponseStatusCodeArgsBuilder.() -> 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.