Skip to main content

regex_pattern_sets_list_only

Lists regex_pattern_sets in a region or regions, for all properties use regex_pattern_sets

Overview

Nameregex_pattern_sets_list_only
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_sets_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all regex_pattern_sets in a region.

SELECT
region,
name,
id,
scope
FROM aws.wafv2.regex_pattern_sets_list_only
;

Permissions

For permissions required to operate on the regex_pattern_sets_list_only resource, see regex_pattern_sets