pathMatchers

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "hbapmafxoytedtry")
suspend fun pathMatchers(argument: List<suspend URLMapPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "kosbnnpudblachgf")
suspend fun pathMatchers(vararg argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "qcuihdsyhhssiygx")
suspend fun pathMatchers(argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)

Parameters

argument

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