routes

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


@JvmName(name = "aoanpuiakframvcc")
suspend fun routes(values: List<Output<RouteArgs>>)
@JvmName(name = "pmwgtlvxvwuqidps")
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 = "nsusfmdeiorttiao")
suspend fun routes(argument: List<suspend RouteArgsBuilder.() -> Unit>)
@JvmName(name = "miganfyelftytnyk")
suspend fun routes(vararg argument: suspend RouteArgsBuilder.() -> Unit)
@JvmName(name = "nxyduxjdtrxadghw")
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.