handlers

@JvmName(name = "nicqyufepeeyoibl")
suspend fun handlers(value: Output<List<FlexibleAppVersionHandlerArgs>>)
@JvmName(name = "hevnmmklehkfhncn")
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. Structure is documented below.


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


@JvmName(name = "cmcbwwhwsmmltwmr")
suspend fun handlers(values: List<Output<FlexibleAppVersionHandlerArgs>>)
@JvmName(name = "hlfetlrfddgnftvq")
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. Structure is documented below.


@JvmName(name = "egvymrxehxjipqfs")
suspend fun handlers(argument: List<suspend FlexibleAppVersionHandlerArgsBuilder.() -> Unit>)
@JvmName(name = "jtjtnrqaxbygblbk")
suspend fun handlers(vararg argument: suspend FlexibleAppVersionHandlerArgsBuilder.() -> Unit)
@JvmName(name = "dvxtmvwnbksgjghc")
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. Structure is documented below.