pathMatchers

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


@JvmName(name = "stcplmrejyqgmloo")
suspend fun pathMatchers(values: List<Output<EdgeCacheServiceRoutingPathMatcherArgs>>)
@JvmName(name = "imtnmlildpuqaylq")
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 = "hxxwfyvusoogitsg")
suspend fun pathMatchers(argument: List<suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "euvcmmfvmgqfnkxb")
suspend fun pathMatchers(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "uudlccytpuouwoyp")
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.