handlers

@JvmName(name = "irtsawyothlvwwgn")
suspend fun handlers(value: Output<List<UrlMapArgs>>)
@JvmName(name = "uilqoggivumitaai")
suspend fun handlers(value: List<UrlMapArgs>?)

Parameters

value

An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.


@JvmName(name = "kvqrqgqywgrdihbw")
suspend fun handlers(vararg values: Output<UrlMapArgs>)


@JvmName(name = "nsiogygayfacenxo")
suspend fun handlers(values: List<Output<UrlMapArgs>>)
@JvmName(name = "wbajjlknharccjrr")
suspend fun handlers(vararg values: UrlMapArgs)

Parameters

values

An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.


@JvmName(name = "quymerjfvvkkyrnp")
suspend fun handlers(argument: List<suspend UrlMapArgsBuilder.() -> Unit>)
@JvmName(name = "dgtqjaepuwababwj")
suspend fun handlers(vararg argument: suspend UrlMapArgsBuilder.() -> Unit)
@JvmName(name = "nvqkfweydcvtjqup")
suspend fun handlers(argument: suspend UrlMapArgsBuilder.() -> Unit)

Parameters

argument

An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.