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
constructor(fieldToMatch: Output<RegexMatchSetRegexMatchTupleFieldToMatchArgs>, regexPatternSetId: Output<String>, textTransformation: Output<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.