handlers

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


@JvmName(name = "qqmcswaopvknxklp")
suspend fun handlers(values: List<Output<UrlMapArgs>>)
@JvmName(name = "gykjijgmkbfdwciq")
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 = "lkvalmyivhicslnq")
suspend fun handlers(argument: List<suspend UrlMapArgsBuilder.() -> Unit>)
@JvmName(name = "cgbknieuxaaqohhv")
suspend fun handlers(vararg argument: suspend UrlMapArgsBuilder.() -> Unit)
@JvmName(name = "sdvtwgurxwkijxqb")
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.