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 |
---|---|---|
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. |
tags | array | |
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