AWS::EC2::TransitGatewayConnectCreates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance. A Connect attachment uses an existing VPC or AWS Direct Connect attachment as the underlying transport mechanism.
import { CfnTransitGatewayConnect } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnTransitGatewayConnectConfiguration passed to the constructor as CfnTransitGatewayConnectProps.
optionsRequiredIResolvable | TransitGatewayConnectOptionsPropertyThe Connect attachment options. - protocol (gre)
transportTransitGatewayAttachmentIdRequiredstring | ITransitGatewayVpcAttachmentRefThe ID of the attachment from which the Connect attachment was created.
tagsOptionalCfnTag[]The tags for the attachment.
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::TransitGatewayConnect