RouteTableArgs

data class RouteTableArgs(val tags: Output<List<RouteTableTagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<RouteTableArgs>

Resource Type definition for AWS::EC2::RouteTable

Constructors

Link copied to clipboard
fun RouteTableArgs(tags: Output<List<RouteTableTagArgs>>? = null, vpcId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val tags: Output<List<RouteTableTagArgs>>? = null

Any tags assigned to the route table.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC.