matchRules

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


@JvmName(name = "yplncgpsosgtsrna")
suspend fun matchRules(values: List<Output<EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgs>>)
@JvmName(name = "heofyylpxeakghev")
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 = "vjbtxwshkxdpwhun")
suspend fun matchRules(argument: List<suspend EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "rbjynreeaukoruqo")
suspend fun matchRules(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "dsbbngbsdqdcbtrq")
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.