pathMatchers

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


@JvmName(name = "oyemvnfoywwvaaiq")
suspend fun pathMatchers(values: List<Output<EdgeCacheServiceRoutingPathMatcherArgs>>)
@JvmName(name = "ucxrokffeqircxon")
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 = "xqslcwrbbvnpjdgy")
suspend fun pathMatchers(argument: List<suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "tjgvamcmxsmodojy")
suspend fun pathMatchers(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "pqcrjutunlbwiiyj")
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.