ip_sets_list_only
Lists ip_sets in a region or regions, for all properties use ip_sets
Overview
| Name | ip_sets_list_only |
| 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_sets_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
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. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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