Class XssMatchSetXssMatchTuple
- java.lang.Object
-
- com.pulumi.aws.wafregional.outputs.XssMatchSetXssMatchTuple
-
public final class XssMatchSetXssMatchTuple extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XssMatchSetXssMatchTuple.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XssMatchSetXssMatchTuple.Builder
builder()
static XssMatchSetXssMatchTuple.Builder
builder(XssMatchSetXssMatchTuple defaults)
XssMatchSetXssMatchTupleFieldToMatch
fieldToMatch()
java.lang.String
textTransformation()
-
-
-
Method Detail
-
fieldToMatch
public XssMatchSetXssMatchTupleFieldToMatch fieldToMatch()
- Returns:
- Specifies where in a web request to look for cross-site scripting attacks.
-
textTransformation
public java.lang.String textTransformation()
- Returns:
- Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.
-
builder
public static XssMatchSetXssMatchTuple.Builder builder()
-
builder
public static XssMatchSetXssMatchTuple.Builder builder(XssMatchSetXssMatchTuple defaults)
-
-