regex_pattern_sets
Retrieves a list of regex_pattern_sets
in a region
Overview
Name | regex_pattern_sets |
Type | Resource |
Description | regex_pattern_sets |
Id | awscc.wafv2.regex_pattern_sets |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the RegexPatternSet. |
id | string | Id of the RegexPatternSet |
scope | string | Use CLOUDFRONT for CloudFront RegexPatternSet, use REGIONAL for Application Load Balancer and API Gateway. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
id,
scope
FROM awscc.wafv2.regex_pattern_sets
Permissions
To operate on the regex_pattern_sets
resource, the following permissions are required:
Create
wafv2:CreateRegexPatternSet,
wafv2:GetRegexPatternSet,
wafv2:ListTagsForResource
List
wafv2:listRegexPatternSets