AWS::WAFv2::WebACL RegexPatternSetReferenceStatement - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::WAFv2::WebACL RegexPatternSetReferenceStatement

A rule statement used to search web request components for matches with regular expressions. To use this, create a AWS::WAFv2::RegexPatternSet that specifies the expressions that you want to detect, then use that set in this statement. A web request matches the pattern set rule statement if the request component matches any of the patterns in the set.

Each regex pattern set rule statement references a regex pattern set. You create and maintain the set independent of your rules. This allows you to use the single set in multiple rules. When you update the referenced set, Amazon WAF automatically updates all rules that reference it.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String, "FieldToMatch" : FieldToMatch, "TextTransformations" : [ TextTransformation, ... ] }

Properties

Arn

The Amazon Resource Name (ARN) of the AWS::WAFv2::RegexPatternSet that this statement references.

Required: Yes

Type: String

Minimum: 20

Maximum: 2048

Update requires: No interruption

FieldToMatch

The part of the web request that you want Amazon WAF to inspect.

Required: Yes

Type: FieldToMatch

Update requires: No interruption

TextTransformations

Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, Amazon WAF performs all transformations on the content of the request component identified by FieldToMatch, starting from the lowest priority setting, before inspecting the content for a match.

Required: Yes

Type: Array of TextTransformation

Minimum: 1

Update requires: No interruption