pathMatchers

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "owfbvpetaaxdynod")
suspend fun pathMatchers(argument: List<suspend URLMapPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "ormbrcfxfloyrwvk")
suspend fun pathMatchers(vararg argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "osjstwkokiotjbqw")
suspend fun pathMatchers(argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)

Parameters

argument

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