LocalGatewayRouteTableVpcAssociationArgs

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

Describes an association between a local gateway route table and a VPC.

Constructors

Link copied to clipboard
fun LocalGatewayRouteTableVpcAssociationArgs(localGatewayRouteTableId: Output<String>? = null, tags: Output<List<LocalGatewayRouteTableVpcAssociationTagArgs>>? = null, vpcId: Output<String>? = null)

Functions

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

Properties

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

The ID of the local gateway route table.

Link copied to clipboard

The tags for the association.

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

The ID of the VPC.