Skip to main content

ip_set_tags

Expands all tag keys and values for ip_sets in a region

Overview

Nameip_set_tags
TypeResource
DescriptionContains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually
Idaws.wafv2.ip_set_tags

Fields

NameDatatypeDescription
arnstring
descriptionstringDescription of the entity.
namestringName of the WebACL.
idstringId of the WebACL
scopestringUse CLOUDFRONT for CloudFront WebACL, use REGIONAL for Application Load Balancer and API Gateway.
ip_address_versionstringType of addresses in the IPSet, use IPV4 for IPV4 IP addresses, IPV6 for IPV6 address.
addressesarrayList of IPAddresses.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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