handlers

@JvmName(name = "tvnyjygmxbumntbj")
suspend fun handlers(value: Output<List<StandardAppVersionHandlerArgs>>)
@JvmName(name = "ugywdevskigagvax")
suspend fun handlers(value: List<StandardAppVersionHandlerArgs>?)

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. Structure is documented below.


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


@JvmName(name = "flwpsmjqdtmkbejd")
suspend fun handlers(values: List<Output<StandardAppVersionHandlerArgs>>)
@JvmName(name = "uptbqskasxisteai")
suspend fun handlers(vararg values: StandardAppVersionHandlerArgs)

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. Structure is documented below.


@JvmName(name = "bndmrpkrqtrhywrw")
suspend fun handlers(argument: List<suspend StandardAppVersionHandlerArgsBuilder.() -> Unit>)
@JvmName(name = "crxapoptnokarrga")
suspend fun handlers(vararg argument: suspend StandardAppVersionHandlerArgsBuilder.() -> Unit)
@JvmName(name = "ggxybeukxqqiyaqc")
suspend fun handlers(argument: suspend StandardAppVersionHandlerArgsBuilder.() -> 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. Structure is documented below.