pathMatchers

@JvmName(name = "fcecnetbvqxpqpbc")
suspend fun pathMatchers(value: Output<List<EdgeCacheServiceRoutingPathMatcherArgs>>)
@JvmName(name = "wyadyinknygqafsg")
suspend fun pathMatchers(value: List<EdgeCacheServiceRoutingPathMatcherArgs>)

Parameters

value

The list of pathMatchers referenced via name by hostRules. PathMatcher is used to match the path portion of the URL when a HostRule matches the URL's host portion. Structure is documented below.


@JvmName(name = "byranwrujywoxgwo")
suspend fun pathMatchers(vararg values: Output<EdgeCacheServiceRoutingPathMatcherArgs>)


@JvmName(name = "tyfnsarsjvkvqppy")
suspend fun pathMatchers(values: List<Output<EdgeCacheServiceRoutingPathMatcherArgs>>)
@JvmName(name = "hbgecqakulkqbkws")
suspend fun pathMatchers(vararg values: EdgeCacheServiceRoutingPathMatcherArgs)

Parameters

values

The list of pathMatchers referenced via name by hostRules. PathMatcher is used to match the path portion of the URL when a HostRule matches the URL's host portion. Structure is documented below.


@JvmName(name = "xpgtkmdbbahlhise")
suspend fun pathMatchers(argument: List<suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "bbrawnaaabpaqicf")
suspend fun pathMatchers(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "vhvltquvwncbjvvx")
suspend fun pathMatchers(argument: suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit)

Parameters

argument

The list of pathMatchers referenced via name by hostRules. PathMatcher is used to match the path portion of the URL when a HostRule matches the URL's host portion. Structure is documented below.