Xss Match Set Xss Match Tuple Args
data class XssMatchSetXssMatchTupleArgs(val fieldToMatch: Output<XssMatchSetXssMatchTupleFieldToMatchArgs>, val textTransformation: Output<String>) : ConvertibleToJava<XssMatchSetXssMatchTupleArgs>
Constructors
Link copied to clipboard
constructor(fieldToMatch: Output<XssMatchSetXssMatchTupleFieldToMatchArgs>, textTransformation: Output<String>)
Properties
Link copied to clipboard
Specifies where in a web request to look for cross-site scripting attacks.
Link copied to clipboard
Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on target_string
before inspecting a request for a match. e.g., CMD_LINE
, HTML_ENTITY_DECODE
or NONE
. See docs for all supported values.