pathMatchers

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "gxavenjgbbbvggci")
suspend fun pathMatchers(argument: List<suspend URLMapPathMatcherArgsBuilder.() -> Unit>)
@JvmName(name = "tauojytudebixvdx")
suspend fun pathMatchers(vararg argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)
@JvmName(name = "yhgdqnxhywmmyldd")
suspend fun pathMatchers(argument: suspend URLMapPathMatcherArgsBuilder.() -> Unit)

Parameters

argument

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