AWS::EC2::LocalGatewayVirtualInterfaceGroupDescribes a local gateway virtual interface group.
import { CfnLocalGatewayVirtualInterfaceGroup } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnLocalGatewayVirtualInterfaceGroupConfiguration passed to the constructor as CfnLocalGatewayVirtualInterfaceGroupProps.
localGatewayIdRequiredstringThe ID of the local gateway.
localBgpAsnOptionalnumberThe Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
localBgpAsnExtendedOptionalnumberThe extended 32-bit ASN for the local BGP configuration.
tagsOptionalCfnTag[]The tags assigned to the virtual interface group.
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::LocalGatewayVirtualInterfaceGroup