handlers

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


@JvmName(name = "vqqdiweowwmlqufl")
suspend fun handlers(values: List<Output<UrlMapArgs>>)
@JvmName(name = "rtljwmbdywodldut")
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 = "eeakhhewsqdedtok")
suspend fun handlers(argument: List<suspend UrlMapArgsBuilder.() -> Unit>)
@JvmName(name = "utqxhhodbrgfburj")
suspend fun handlers(vararg argument: suspend UrlMapArgsBuilder.() -> Unit)
@JvmName(name = "ubotqxkovqucskky")
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.