handlers

@JvmName(name = "qmeqgofgdukerllt")
suspend fun handlers(value: Output<List<FlexibleAppVersionHandlerArgs>>)
@JvmName(name = "gxgaoavooeqcefqf")
suspend fun handlers(value: List<FlexibleAppVersionHandlerArgs>?)

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.


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


@JvmName(name = "shmexalweujswifn")
suspend fun handlers(values: List<Output<FlexibleAppVersionHandlerArgs>>)
@JvmName(name = "wogmkcaadaflltkr")
suspend fun handlers(vararg values: FlexibleAppVersionHandlerArgs)

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.


@JvmName(name = "hfpxtasmmnrsvhsi")
suspend fun handlers(argument: List<suspend FlexibleAppVersionHandlerArgsBuilder.() -> Unit>)
@JvmName(name = "kaexbgyvkdmtoysq")
suspend fun handlers(vararg argument: suspend FlexibleAppVersionHandlerArgsBuilder.() -> Unit)
@JvmName(name = "ysnvwwdsmuytxcub")
suspend fun handlers(argument: suspend FlexibleAppVersionHandlerArgsBuilder.() -> 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.