Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementRegexMatchStatementFieldToMatchBody
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementRegexMatchStatementFieldToMatchBody
-
public final class WebAclRuleStatementRegexMatchStatementFieldToMatchBody extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementRegexMatchStatementFieldToMatchBody.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementRegexMatchStatementFieldToMatchBody.Builder
builder()
static WebAclRuleStatementRegexMatchStatementFieldToMatchBody.Builder
builder(WebAclRuleStatementRegexMatchStatementFieldToMatchBody defaults)
java.util.Optional<java.lang.String>
oversizeHandling()
-
-
-
Method Detail
-
oversizeHandling
public java.util.Optional<java.lang.String> oversizeHandling()
- Returns:
- What WAF should do if the body is larger than WAF can inspect. WAF does not support inspecting the entire contents of the body of a web request when the body exceeds 8 KB (8192 bytes). Only the first 8 KB of the request body are forwarded to WAF by the underlying host service. Valid values: `CONTINUE`, `MATCH`, `NO_MATCH`.
-
builder
public static WebAclRuleStatementRegexMatchStatementFieldToMatchBody.Builder builder()
-
builder
public static WebAclRuleStatementRegexMatchStatementFieldToMatchBody.Builder builder(WebAclRuleStatementRegexMatchStatementFieldToMatchBody defaults)
-
-