--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_ipam Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EC2::IPAM --- # awscc_ec2_ipam (Data Source) Data Source schema for AWS::EC2::IPAM ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) The Amazon Resource Name (ARN) of the IPAM. - `description` (String) - `ipam_id` (String) Id of the IPAM. - `operating_regions` (Attributes Set) The regions IPAM is enabled for. Allows pools to be created in these regions, as well as enabling monitoring (see [below for nested schema](#nestedatt--operating_regions)) - `private_default_scope_id` (String) The Id of the default scope for publicly routable IP space, created with this IPAM. - `public_default_scope_id` (String) The Id of the default scope for publicly routable IP space, created with this IPAM. - `scope_count` (Number) The number of scopes that currently exist in this IPAM. - `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `operating_regions` Read-Only: - `region_name` (String) The name of the region. ### Nested Schema for `tags` Read-Only: - `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.