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
namestringName of the WebACL.
idstringId of the WebACL
scopestringUse CLOUDFRONT for CloudFront WebACL, use REGIONAL for Application Load Balancer and API Gateway.
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