AWS::EC2::LocalGatewayVirtualInterfaceDescribes a local gateway virtual interface.
import { CfnLocalGatewayVirtualInterface } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnLocalGatewayVirtualInterfaceConfiguration passed to the constructor as CfnLocalGatewayVirtualInterfaceProps.
localAddressRequiredstringThe local address.
localGatewayVirtualInterfaceGroupIdRequiredstringThe ID of the local gateway virtual interface group.
outpostLagIdRequiredstringThe Outpost LAG ID.
peerAddressRequiredstringThe peer address.
vlanRequirednumberThe ID of the VLAN.
peerBgpAsnOptionalnumberThe peer BGP ASN.
peerBgpAsnExtendedOptionalnumberThe extended 32-bit ASN of the BGP peer for use with larger ASN values.
tagsOptionalCfnTag[]The tags assigned to the virtual interface.
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::LocalGatewayVirtualInterface