Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementByteMatchStatementFieldToMatchBody
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementByteMatchStatementFieldToMatchBody
-
public final class RuleGroupRuleStatementByteMatchStatementFieldToMatchBody extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.Builder
builder()
static RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.Builder
builder(RuleGroupRuleStatementByteMatchStatementFieldToMatchBody defaults)
java.util.Optional<java.lang.String>
oversizeHandling()
-
-
-
Method Detail
-
oversizeHandling
public java.util.Optional<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 RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.Builder builder()
-
builder
public static RuleGroupRuleStatementByteMatchStatementFieldToMatchBody.Builder builder(RuleGroupRuleStatementByteMatchStatementFieldToMatchBody defaults)
-
-