pathMatchers

@JvmName(name = "pdtyqnxtnddgsjuv")
suspend fun pathMatchers(value: Output<List<EdgeCacheServiceRoutingPathMatcherArgs>>)
@JvmName(name = "yfcdehbreavrbiqg")
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 = "tbcfkmimwxmwnvin")
suspend fun pathMatchers(vararg values: Output<EdgeCacheServiceRoutingPathMatcherArgs>)


@JvmName(name = "tgodermyntgpttar")
suspend fun pathMatchers(values: List<Output<EdgeCacheServiceRoutingPathMatcherArgs>>)
@JvmName(name = "hlrkovfrkvecmybt")
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 = "cbfwlovcqxglfjdr")
suspend fun pathMatchers(argument: List<suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "vhdywalurwtrtmbb")
suspend fun pathMatchers(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "igqgprpxnrnaxetn")
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.