matchResponseCodes

@JvmName(name = "gmbkjlkxicfcpjlg")
suspend fun matchResponseCodes(value: Output<List<String>>)
@JvmName(name = "ktxepdjkcjdcsahb")
suspend fun matchResponseCodes(value: List<String>?)

Parameters

value

Valid values include: - A number between 400 and 599: For example 401 or 503, in which case the load balancer applies the policy if the error code exactly matches this value. - 5xx: Load Balancer will apply the policy if the backend service responds with any response code in the range of 500 to 599. - 4xx: Load Balancer will apply the policy if the backend service responds with any response code in the range of 400 to 499. Values must be unique within matchResponseCodes and across all errorResponseRules of CustomErrorResponsePolicy.


@JvmName(name = "qpkvvjifwtoxvirw")
suspend fun matchResponseCodes(vararg values: Output<String>)


@JvmName(name = "iwtiypynxchtubxm")
suspend fun matchResponseCodes(values: List<Output<String>>)
@JvmName(name = "tbbdgmncteaoyqan")
suspend fun matchResponseCodes(vararg values: String)

Parameters

values

Valid values include: - A number between 400 and 599: For example 401 or 503, in which case the load balancer applies the policy if the error code exactly matches this value. - 5xx: Load Balancer will apply the policy if the backend service responds with any response code in the range of 500 to 599. - 4xx: Load Balancer will apply the policy if the backend service responds with any response code in the range of 400 to 499. Values must be unique within matchResponseCodes and across all errorResponseRules of CustomErrorResponsePolicy.