regex_pattern_sets_list_only
Lists regex_pattern_sets
in a region or regions, for all properties use regex_pattern_sets
Overview
Name | regex_pattern_sets_list_only |
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_sets_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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