AWS::EC2::IPAMPoolCidrResource Schema of AWS::EC2::IPAMPoolCidr Type
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IpamPoolId | string | RequiredCreate-only |
Cidr | string | Create-only |
NetmaskLength | integer | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
IpamPoolCidrId | string | Id of the IPAM Pool Cidr. |
State | string | Provisioned state of the cidr. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::IPAMPoolCidr
Resources:
MyResource:
Type: AWS::EC2::IPAMPoolCidr
Properties:
IpamPoolId: "my-ipampoolid"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:ProvisionIpamPoolCidrec2:GetIpamPoolCidrsec2:GetIpamPoolCidrsec2:DeprovisionIpamPoolCidrec2:GetIpamPoolCidrsec2:GetIpamPoolCidrsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicIpamPoolIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IpamPoolIdCidrNetmaskLength