regex_pattern_set_tags
Expands all tag keys and values for regex_pattern_sets
in a region
Overview
Name | regex_pattern_set_tags |
Type | Resource |
Description | Contains a list of Regular expressions based on the provided inputs. RegexPatternSet can be used with other WAF entities with RegexPatternSetReferenceStatement to perform other actions . |
Id | aws.wafv2.regex_pattern_set_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all regex_pattern_sets
in a region.
SELECT
region,
arn,
description,
name,
id,
regular_expression_list,
scope,
tag_key,
tag_value
FROM aws.wafv2.regex_pattern_set_tags
;
Permissions
For permissions required to operate on the regex_pattern_set_tags
resource, see regex_pattern_sets