RouteTableArgs

data class RouteTableArgs(val routes: Output<List<RouteArgs>>? = null) : ConvertibleToJava<RouteTableArgs>

Route table resource.

Constructors

Link copied to clipboard
constructor(routes: Output<List<RouteArgs>>? = null)

Properties

Link copied to clipboard
val routes: Output<List<RouteArgs>>? = null

Collection of routes contained within a route table.

Functions

Link copied to clipboard
open override fun toJava(): RouteTableArgs