Skip to main content

regex_pattern_set_tags

Expands all tag keys and values for regex_pattern_sets in a region

Overview

Nameregex_pattern_set_tags
TypeResource
DescriptionContains a list of Regular expressions based on the provided inputs. RegexPatternSet can be used with other WAF entities with RegexPatternSetReferenceStatement to perform other actions .
Idaws.wafv2.regex_pattern_set_tags

Fields

NameDatatypeDescription
arnstringARN of the WAF entity.
descriptionstringDescription of the entity.
namestringName of the RegexPatternSet.
idstringId of the RegexPatternSet
regular_expression_listarray
scopestringUse CLOUDFRONT for CloudFront RegexPatternSet, use REGIONAL for Application Load Balancer and API Gateway.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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