Skip to main content

ip_set

Gets an individual ip_set resource

Overview

Nameip_set
TypeResource
Descriptionip_set
Idawscc.wafv2.ip_set

Fields

NameDatatypeDescription
arnstring
descriptionstring
namestring
idstring
scopestring
ip_address_versionstring
addressesarrayList of IPAddresses.
tagsarray
regionstringAWS 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