routes

@JvmName(name = "wrlpbwcwobvtluep")
suspend fun routes(value: Output<List<RouteArgs>>)
@JvmName(name = "rbrjtoxjomvglhna")
suspend fun routes(value: List<RouteArgs>?)

Parameters

value

Collection of routes contained within a route table.


@JvmName(name = "kfsbneaoyosmbocy")
suspend fun routes(vararg values: Output<RouteArgs>)


@JvmName(name = "mdayhmlijluhrxtr")
suspend fun routes(values: List<Output<RouteArgs>>)
@JvmName(name = "pvtqsqjelggckwol")
suspend fun routes(vararg values: RouteArgs)

Parameters

values

Collection of routes contained within a route table.


@JvmName(name = "adhiqfocfkiymuct")
suspend fun routes(argument: List<suspend RouteArgsBuilder.() -> Unit>)
@JvmName(name = "enkbgwfjsfkchtdp")
suspend fun routes(vararg argument: suspend RouteArgsBuilder.() -> Unit)
@JvmName(name = "tjhmxeiffvcmhwxf")
suspend fun routes(argument: suspend RouteArgsBuilder.() -> Unit)

Parameters

argument

Collection of routes contained within a route table.