ip_set
Gets an individual ip_set
resource
Overview
Name | ip_set |
Type | Resource |
Description | ip_set |
Id | awscc.wafv2.ip_set |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
description | string | |
name | string | |
id | string | |
scope | string | |
ip_address_version | string | |
addresses | array | List of IPAddresses. |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
description,
name,
id,
scope,
ip_address_version,
addresses,
tags
FROM awscc.wafv2.ip_set
WHERE data__Identifier = '<Name>|<Id>|<Scope>';
Permissions
To operate on the ip_set
resource, the following permissions are required:
Delete
wafv2:DeleteIPSet,
wafv2:GetIPSet
Read
wafv2:GetIPSet,
wafv2:ListTagsForResource
Update
wafv2:UpdateIPSet,
wafv2:GetIPSet,
wafv2:ListTagsForResource