pathMatchers

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


@JvmName(name = "kffiehcbjlomkfdv")
suspend fun pathMatchers(values: List<Output<EdgeCacheServiceRoutingPathMatcherArgs>>)
@JvmName(name = "nmojuvrhkrvsvjpt")
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 = "kgecfdaxsgvtnbes")
suspend fun pathMatchers(argument: List<suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "valbuytsfthuvocw")
suspend fun pathMatchers(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "gytlxyhchqebjdsr")
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.