--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_ipam_allocation Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EC2::IPAMAllocation --- # awscc_ec2_ipam_allocation (Data Source) Data Source schema for AWS::EC2::IPAMAllocation ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `cidr` (String) Represents a single IPv4 or IPv6 CIDR - `description` (String) - `ipam_pool_allocation_id` (String) Id of the allocation. - `ipam_pool_id` (String) Id of the IPAM Pool. - `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.