handlers

@JvmName(name = "pcvwwpljqcjlwcdp")
suspend fun handlers(value: Output<List<UrlMapArgs>>)
@JvmName(name = "vbtrvpeknnrrguts")
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 = "bqxlfemvdhvxkmeb")
suspend fun handlers(vararg values: Output<UrlMapArgs>)


@JvmName(name = "oohrehxppyswekbl")
suspend fun handlers(values: List<Output<UrlMapArgs>>)
@JvmName(name = "cjwpaswlbylefsei")
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 = "gnkgnikrcapurvhq")
suspend fun handlers(argument: List<suspend UrlMapArgsBuilder.() -> Unit>)
@JvmName(name = "lyhaawxddrimamku")
suspend fun handlers(vararg argument: suspend UrlMapArgsBuilder.() -> Unit)
@JvmName(name = "bkypcqjnuhumhfll")
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.