AWS::EC2::CarrierGatewayCreates a carrier gateway. For more information about carrier gateways, see [Carrier gateways](https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#wavelength-carrier-gateway) in the *AWS Wavelength Developer Guide* .
import { CfnCarrierGateway } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnCarrierGatewayConfiguration passed to the constructor as CfnCarrierGatewayProps.
vpcIdRequiredstring | IVPCRefThe ID of the VPC associated with the carrier gateway.
tagsOptionalCfnTag[]The tags assigned to the carrier gateway.
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::CarrierGateway