Regex Match Set Regex Match Tuple
data class RegexMatchSetRegexMatchTuple(val fieldToMatch: RegexMatchSetRegexMatchTupleFieldToMatch, val regexPatternSetId: String, val textTransformation: String)
Constructors
Link copied to clipboard
constructor(fieldToMatch: RegexMatchSetRegexMatchTupleFieldToMatch, regexPatternSetId: String, textTransformation: String)
Properties
Link copied to clipboard
The part of a web request that you want to search, such as a specified header or a query string.
Link copied to clipboard
The ID of a Regex Pattern Set.
Link copied to clipboard
Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. e.g., CMD_LINE
, HTML_ENTITY_DECODE
or NONE
. See docs for all supported values.