matchRules

@JvmName(name = "ueoyminkdbtnlqeq")
suspend fun matchRules(value: Output<List<EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgs>>)

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. Structure is documented below.


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


@JvmName(name = "hgrnsrsjfapxusmn")
suspend fun matchRules(values: List<Output<EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgs>>)
@JvmName(name = "wdgchnfekbxlibaw")
suspend fun matchRules(vararg values: EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgs)

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. Structure is documented below.


@JvmName(name = "pwgmjhbhpcbryfqr")
suspend fun matchRules(argument: List<suspend EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "qjylyawfdsudvwqq")
suspend fun matchRules(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "eekevhwupthmoddp")
suspend fun matchRules(argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgsBuilder.() -> 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. Structure is documented below.