routes

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

Parameters

value

Collection of routes contained within a route table. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


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


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

Parameters

values

Collection of routes contained within a route table. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "hkpoxaufljkssdwb")
suspend fun routes(argument: List<suspend RouteArgsBuilder.() -> Unit>)
@JvmName(name = "xtxgelihostpfhqq")
suspend fun routes(vararg argument: suspend RouteArgsBuilder.() -> Unit)
@JvmName(name = "nflrjsywbjkldgca")
suspend fun routes(argument: suspend RouteArgsBuilder.() -> Unit)

Parameters

argument

Collection of routes contained within a route table. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.