handlers

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


@JvmName(name = "lxvwkorxpjrageyt")
suspend fun handlers(values: List<Output<UrlMapArgs>>)
@JvmName(name = "nymwnygayifagbcg")
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 = "kvtthmqagcphxadk")
suspend fun handlers(argument: List<suspend UrlMapArgsBuilder.() -> Unit>)
@JvmName(name = "ladnavakmlvalodj")
suspend fun handlers(vararg argument: suspend UrlMapArgsBuilder.() -> Unit)
@JvmName(name = "ijpdrsoondvyqjfi")
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.