routes

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


@JvmName(name = "piaufcykwdplclcw")
suspend fun routes(values: List<Output<RouteArgs>>)
@JvmName(name = "spuokkuquxfkdcvh")
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 = "lcyeyurmktqpjwff")
suspend fun routes(argument: List<suspend RouteArgsBuilder.() -> Unit>)
@JvmName(name = "mxhxlakjskgnuajx")
suspend fun routes(vararg argument: suspend RouteArgsBuilder.() -> Unit)
@JvmName(name = "whuntvyisdtsugyx")
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.