AWS::EC2::IpPoolRouteTableAssociationResource Type definition for AWS::EC2::IpPoolRouteTableAssociation
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PublicIpv4Pool | string | RequiredCreate-only |
RouteTableId | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssociationId | string | The route table association ID. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::IpPoolRouteTableAssociation
Resources:
MyResource:
Type: AWS::EC2::IpPoolRouteTableAssociation
Properties:
PublicIpv4Pool: "value"
RouteTableId: "my-routetableid"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:AssociateRouteTableec2:DescribeRouteTablesec2:DescribeRouteTablesec2:DisassociateRouteTableec2:DescribeRouteTablesec2:DescribeRouteTablesEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicAssociationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PublicIpv4PoolRouteTableId