--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_ipam_allocation Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Schema of AWS::EC2::IPAMAllocation Type --- # awscc_ec2_ipam_allocation (Resource) Resource Schema of AWS::EC2::IPAMAllocation Type ## Schema ### Required - `ipam_pool_id` (String) Id of the IPAM Pool. ### Optional - `cidr` (String) Represents a single IPv4 or IPv6 CIDR - `description` (String) - `netmask_length` (Number) The desired netmask length of the allocation. If set, IPAM will choose a block of free space with this size and return the CIDR representing it. ### Read-Only - `id` (String) Uniquely identifies the resource. - `ipam_pool_allocation_id` (String) Id of the allocation. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_ipam_allocation.example ```