routes

@JvmName(name = "jcaoqlpihnecmknb")
suspend fun routes(value: Output<List<RouteArgs>>)
@JvmName(name = "gugevcsawyntlxps")
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 = "dfyngdjialvoaaki")
suspend fun routes(vararg values: Output<RouteArgs>)


@JvmName(name = "vphxvgqhshqqpohe")
suspend fun routes(values: List<Output<RouteArgs>>)
@JvmName(name = "ekriguwlmbvkrvjj")
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 = "acktxkphqntrtrxl")
suspend fun routes(argument: List<suspend RouteArgsBuilder.() -> Unit>)
@JvmName(name = "wahcajupnkwrejuy")
suspend fun routes(vararg argument: suspend RouteArgsBuilder.() -> Unit)
@JvmName(name = "hdxeiyxpbghxixij")
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.