Regex Match Set Regex Match Tuple
data class RegexMatchSetRegexMatchTuple(val fieldToMatch: RegexMatchSetRegexMatchTupleFieldToMatch, val regexPatternSetId: String, val textTransformation: String)
Constructors
Link copied to clipboard
fun RegexMatchSetRegexMatchTuple(fieldToMatch: RegexMatchSetRegexMatchTupleFieldToMatch, regexPatternSetId: String, textTransformation: String)
Types
Properties
Link copied to clipboard
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.