regex_pattern_set
Gets an individual regex_pattern_set
resource
Overview
Name | regex_pattern_set |
Type | Resource |
Description | regex_pattern_set |
Id | awscc.wafv2.regex_pattern_set |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | ARN of the WAF entity. |
description | string | Description of the entity. |
name | string | Name of the RegexPatternSet. |
id | string | Id of the RegexPatternSet |
regular_expression_list | array | |
scope | string | Use CLOUDFRONT for CloudFront RegexPatternSet, use REGIONAL for Application Load Balancer and API Gateway. |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
description,
name,
id,
regular_expression_list,
scope,
tags
FROM awscc.wafv2.regex_pattern_set
WHERE data__Identifier = '<Name>|<Id>|<Scope>';
Permissions
To operate on the regex_pattern_set
resource, the following permissions are required:
Delete
wafv2:DeleteRegexPatternSet,
wafv2:GetRegexPatternSet
Read
wafv2:GetRegexPatternSet,
wafv2:ListTagsForResource
Update
wafv2:UpdateRegexPatternSet,
wafv2:GetRegexPatternSet,
wafv2:ListTagsForResource