interface CfnIpPoolRouteTableAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnIpPoolRouteTableAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnIpPoolRouteTableAssociationProps |
![]() | software.amazon.awscdk.services.ec2.CfnIpPoolRouteTableAssociationProps |
![]() | aws_cdk.aws_ec2.CfnIpPoolRouteTableAssociationProps |
![]() | aws-cdk-lib » aws_ec2 » CfnIpPoolRouteTableAssociationProps |
Properties for defining a CfnIpPoolRouteTableAssociation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnIpPoolRouteTableAssociationProps: ec2.CfnIpPoolRouteTableAssociationProps = {
publicIpv4Pool: 'publicIpv4Pool',
routeTableId: 'routeTableId',
};
Properties
Name | Type | Description |
---|---|---|
public | string | The ID of the public IPv4 pool. |
route | string | The ID of the route table. |
publicIpv4Pool
Type:
string
The ID of the public IPv4 pool.
routeTableId
Type:
string
The ID of the route table.