matchRules

@JvmName(name = "qhuassesldmksbmd")
suspend fun matchRules(value: Output<List<HttpRouteRuleMatchArgs>>)
@JvmName(name = "nuiawtgpnmjjwjxr")
suspend fun matchRules(value: List<HttpRouteRuleMatchArgs>?)

Parameters

value

The list of criteria for matching attributes of a request to this routeRule. This list has OR semantics: the request matches this routeRule when any of the matchRules are satisfied. However predicates within a given matchRule have AND semantics. All predicates within a matchRule must match for the request to match the rule.


@JvmName(name = "gcfwrjlfomsvypxf")
suspend fun matchRules(vararg values: Output<HttpRouteRuleMatchArgs>)


@JvmName(name = "dynnyforqiblcxif")
suspend fun matchRules(values: List<Output<HttpRouteRuleMatchArgs>>)
@JvmName(name = "rjsprvksdleemgth")
suspend fun matchRules(vararg values: HttpRouteRuleMatchArgs)

Parameters

values

The list of criteria for matching attributes of a request to this routeRule. This list has OR semantics: the request matches this routeRule when any of the matchRules are satisfied. However predicates within a given matchRule have AND semantics. All predicates within a matchRule must match for the request to match the rule.


@JvmName(name = "opgndweecvlttywr")
suspend fun matchRules(argument: List<suspend HttpRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "jrcvqxydohqxrsrq")
suspend fun matchRules(vararg argument: suspend HttpRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "nbibdavdrvfmgtpm")
suspend fun matchRules(argument: suspend HttpRouteRuleMatchArgsBuilder.() -> Unit)

Parameters

argument

The list of criteria for matching attributes of a request to this routeRule. This list has OR semantics: the request matches this routeRule when any of the matchRules are satisfied. However predicates within a given matchRule have AND semantics. All predicates within a matchRule must match for the request to match the rule.