AWS::EC2::RouteServerAssociationSpecifies the association between a route server and a VPC. A route server association is the connection established between a route server and a VPC.
import { CfnRouteServerAssociation } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnRouteServerAssociationConfiguration passed to the constructor as CfnRouteServerAssociationProps.
routeServerIdRequiredstringThe ID of the associated route server.
vpcIdRequiredstringThe ID of the associated VPC.
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::RouteServerAssociation