Skip to main content

regex_pattern_sets

Retrieves a list of regex_pattern_sets in a region

Overview

Nameregex_pattern_sets
TypeResource
Descriptionregex_pattern_sets
Idawscc.wafv2.regex_pattern_sets

Fields

NameDatatypeDescription
namestringName of the RegexPatternSet.
idstringId of the RegexPatternSet
scopestringUse CLOUDFRONT for CloudFront RegexPatternSet, use REGIONAL for Application Load Balancer and API Gateway.
regionstringAWS 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