matchRules

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


@JvmName(name = "ekuebdaypsyyqogt")
suspend fun matchRules(values: List<Output<HttpRouteRuleMatchArgs>>)
@JvmName(name = "frhmdnsequukoeqp")
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 = "tnebepbtduilfcvk")
suspend fun matchRules(argument: List<suspend HttpRouteRuleMatchArgsBuilder.() -> Unit>)
@JvmName(name = "fjkgbbpilvudencn")
suspend fun matchRules(vararg argument: suspend HttpRouteRuleMatchArgsBuilder.() -> Unit)
@JvmName(name = "wmkrofwbvkvipnyb")
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.