Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementXssMatchStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementXssMatchStatement
-
public final class WebAclRuleStatementXssMatchStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementXssMatchStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementXssMatchStatement.Builder
builder()
static WebAclRuleStatementXssMatchStatement.Builder
builder(WebAclRuleStatementXssMatchStatement defaults)
java.util.Optional<WebAclRuleStatementXssMatchStatementFieldToMatch>
fieldToMatch()
java.util.List<WebAclRuleStatementXssMatchStatementTextTransformation>
textTransformations()
-
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<WebAclRuleStatementXssMatchStatementFieldToMatch> fieldToMatch()
- Returns:
- Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.
-
textTransformations
public java.util.List<WebAclRuleStatementXssMatchStatementTextTransformation> textTransformations()
- Returns:
- Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. At least one transformation is required. See `text_transformation` below for details.
-
builder
public static WebAclRuleStatementXssMatchStatement.Builder builder()
-
builder
public static WebAclRuleStatementXssMatchStatement.Builder builder(WebAclRuleStatementXssMatchStatement defaults)
-
-