AWS::EC2::IpPoolRouteTableAssociationA route server association is the connection established between a route server and a VPC.
import { CfnIpPoolRouteTableAssociation } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnIpPoolRouteTableAssociationConfiguration passed to the constructor as CfnIpPoolRouteTableAssociationProps.
publicIpv4PoolRequiredstringThe ID of a public IPv4 address pool.
routeTableIdRequiredstringThe ID of a route table.
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::IpPoolRouteTableAssociation