matchRules

@JvmName(name = "oortunekqfegodsn")
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 = "wkwvxmukquscmxun")
suspend fun matchRules(vararg values: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgs>)


@JvmName(name = "ddvjgdovahbnsbqa")
suspend fun matchRules(values: List<Output<EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgs>>)
@JvmName(name = "fpriyrpiqlkbnfdv")
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 = "foetjnhvuchryvgd")
suspend fun matchRules(argument: List<suspend EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "cnjgibanwwqqhmbm")
suspend fun matchRules(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "knwaegtqonwdjmel")
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.