LocalGatewayRouteTableVpcAssociationArgs

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

Resource Type definition for Local Gateway Route Table VPC Association which describes an association between a local gateway route table and a VPC.

Constructors

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

Properties

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

The ID of the local gateway route table.

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

The tags for the association.

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

The ID of the VPC.

Functions

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