AWSWAFWebACLRegexMatchStatement
No description
type AWSWAFWebACLRegexMatchStatement {
fieldToMatch: AWSWAFWebACLFieldToMatch
regexString: String!
textTransformations: [AWSWAFWebACLTextTransformation!]!
}
Fields
AWSWAFWebACLRegexMatchStatement.fieldToMatch ● AWSWAFWebACLFieldToMatch object
The part of the web request that you want WAF to inspect
AWSWAFWebACLRegexMatchStatement.regexString ● String! non-null scalar
The string representing the regular expression
AWSWAFWebACLRegexMatchStatement.textTransformations ● [AWSWAFWebACLTextTransformation!]! non-null object
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection
Member of
AWSWAFWebACLStatement object