AWS::EC2::LocalGatewayRouteTableVPCAssociationAssociates the specified VPC with the specified local gateway route table.
import { CfnLocalGatewayRouteTableVPCAssociation } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnLocalGatewayRouteTableVPCAssociationConfiguration passed to the constructor as CfnLocalGatewayRouteTableVPCAssociationProps.
localGatewayRouteTableIdRequiredstringThe ID of the local gateway route table.
vpcIdRequiredstring | IVPCRefThe ID of the VPC.
tagsOptionalCfnTag[]The tags assigned to the association.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::LocalGatewayRouteTableVPCAssociation