routes

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


@JvmName(name = "ebqmofinmdmrylyw")
suspend fun routes(values: List<Output<RouteArgs>>)
@JvmName(name = "jwhmejtallhhqyxn")
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 = "jesixnqcqyyrkcwa")
suspend fun routes(argument: List<suspend RouteArgsBuilder.() -> Unit>)
@JvmName(name = "ojfqwqlxkdrfkfpi")
suspend fun routes(vararg argument: suspend RouteArgsBuilder.() -> Unit)
@JvmName(name = "oujklhuearlflhle")
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.