Regex Match Set Regex Match Tuple Args
data class RegexMatchSetRegexMatchTupleArgs(val fieldToMatch: Output<RegexMatchSetRegexMatchTupleFieldToMatchArgs>, val regexPatternSetId: Output<String>, val textTransformation: Output<String>) : ConvertibleToJava<RegexMatchSetRegexMatchTupleArgs>
Constructors
Link copied to clipboard
fun RegexMatchSetRegexMatchTupleArgs(fieldToMatch: Output<RegexMatchSetRegexMatchTupleFieldToMatchArgs>, regexPatternSetId: Output<String>, textTransformation: Output<String>)
Functions
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.