--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_wafv2_ip_set Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::WAFv2::IPSet --- # awscc_wafv2_ip_set (Data Source) Data Source schema for AWS::WAFv2::IPSet ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `addresses` (List of String) List of IPAddresses. - `arn` (String) ARN of the WAF entity. - `description` (String) Description of the entity. - `ip_address_version` (String) Type of addresses in the IPSet, use IPV4 for IPV4 IP addresses, IPV6 for IPV6 address. - `name` (String) Name of the IPSet. - `scope` (String) Use CLOUDFRONT for CloudFront IPSet, use REGIONAL for Application Load Balancer and API Gateway. - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)