pathMatchers

@JvmName(name = "wasmrkifachxfnay")
suspend fun pathMatchers(value: Output<List<URLMapPathMatcherArgs>>)
@JvmName(name = "ucabcowhqwtyouaa")
suspend fun pathMatchers(value: List<URLMapPathMatcherArgs>?)

Parameters

value

The list of named PathMatchers to use against the URL. Structure is documented below.


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


@JvmName(name = "qubvbycbjupacwpn")
suspend fun pathMatchers(values: List<Output<URLMapPathMatcherArgs>>)
@JvmName(name = "bdfryeyddoppvmfi")
suspend fun pathMatchers(vararg values: URLMapPathMatcherArgs)

Parameters

values

The list of named PathMatchers to use against the URL. Structure is documented below.


@JvmName(name = "thaidolygootkxer")
suspend fun pathMatchers(argument: List<suspend URLMapPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "dapmqubjbmksljob")
suspend fun pathMatchers(vararg argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "vfhfektntcqsemup")
suspend fun pathMatchers(argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)

Parameters

argument

The list of named PathMatchers to use against the URL. Structure is documented below.