Package com.pulumi.aws.wafv2.inputs
Class RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs
-
public final class RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs.Builder
builder()
static RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs.Builder
builder(RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
oversizeHandling()
-
-
-
Field Detail
-
Empty
public static final RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs Empty
-
-
Method Detail
-
oversizeHandling
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> oversizeHandling()
- Returns:
- What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`
-
builder
public static RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs.Builder builder()
-
builder
public static RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs.Builder builder(RuleGroupRuleStatementByteMatchStatementFieldToMatchBodyArgs defaults)
-
-