AwsEc2RouteTablePropertiesArgs

data class AwsEc2RouteTablePropertiesArgs(val routeTableId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<AwsEc2RouteTablePropertiesArgs>

Definition of awsEc2RouteTable

Constructors

Link copied to clipboard
constructor(routeTableId: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)

Properties

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

Property routeTableId

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

Any tags assigned to the route table.

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

The ID of the VPC.

Functions

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