pathMatchers

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "rncrnwkdwxarqjjq")
suspend fun pathMatchers(argument: List<suspend URLMapPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "pjrfqabgckbpjlgq")
suspend fun pathMatchers(vararg argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "cijtpvvyvhjfhrvh")
suspend fun pathMatchers(argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)

Parameters

argument

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