Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs
-
public final class WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs.Builder
builder()
static WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs.Builder
builder(WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchArgs>>
fieldToMatch()
com.pulumi.core.Output<java.util.List<WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformationArgs>>
textTransformations()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs Empty
-
-
Method Detail
-
fieldToMatch
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementFieldToMatchArgs>> fieldToMatch()
- Returns:
- Part of a web request that you want AWS WAF to inspect. See `field_to_match` below for details.
-
textTransformations
public com.pulumi.core.Output<java.util.List<WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementTextTransformationArgs>> 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 WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs.Builder builder()
-
builder
public static WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs.Builder builder(WebAclRuleStatementRateBasedStatementScopeDownStatementXssMatchStatementArgs defaults)
-
-