Skip to main content

ip_sets_list_only

Lists ip_sets in a region or regions, for all properties use ip_sets

Overview

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

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.
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all ip_sets in a region.

SELECT
region,
name,
id,
scope
FROM aws.wafv2.ip_sets_list_only
;

Permissions

For permissions required to operate on the ip_sets_list_only resource, see ip_sets