matchRules

@JvmName(name = "ybobmwggkhqlupsp")
suspend fun matchRules(value: Output<List<HttpRouteRuleMatchArgs>>)
@JvmName(name = "xkjrkndhhgjnshah")
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 = "tpwisoxfnikthhdc")
suspend fun matchRules(vararg values: Output<HttpRouteRuleMatchArgs>)


@JvmName(name = "ayrmmaduljdtknsg")
suspend fun matchRules(values: List<Output<HttpRouteRuleMatchArgs>>)
@JvmName(name = "jyamrnpffspkaiwq")
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 = "vxykpagsqxnxoirm")
suspend fun matchRules(argument: List<suspend HttpRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "gtoiyehmwqgefler")
suspend fun matchRules(vararg argument: suspend HttpRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "csttmrlpyldaqtjr")
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.