AWS::EC2::LocalGatewayRouteTableDescribes a local gateway route table.
import { CfnLocalGatewayRouteTable } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnLocalGatewayRouteTableConfiguration passed to the constructor as CfnLocalGatewayRouteTableProps.
localGatewayIdRequiredstringThe ID of the local gateway.
modeOptionalstringThe mode of the local gateway route table.
tagsOptionalCfnTag[]The tags assigned to the local gateway route table.
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::LocalGatewayRouteTable