XssMatchSetXssMatchTupleArgs

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

Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.

Functions

Link copied to clipboard
open override fun toJava(): XssMatchSetXssMatchTupleArgs