ip_set_tags
Expands all tag keys and values for ip_sets
in a region
Overview
Name | ip_set_tags |
Type | Resource |
Description | Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually |
Id | aws.wafv2.ip_set_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
description | string | Description of the entity. |
name | string | Name of the WebACL. |
id | string | Id of the WebACL |
scope | string | Use CLOUDFRONT for CloudFront WebACL, use REGIONAL for Application Load Balancer and API Gateway. |
ip_address_version | string | Type of addresses in the IPSet, use IPV4 for IPV4 IP addresses, IPV6 for IPV6 address. |
addresses | array | List of IPAddresses. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all ip_sets
in a region.
SELECT
region,
arn,
description,
name,
id,
scope,
ip_address_version,
addresses,
tag_key,
tag_value
FROM aws.wafv2.ip_set_tags
;
Permissions
For permissions required to operate on the ip_set_tags
resource, see ip_sets