Web Acl Body Args
data class WebAclBodyArgs(val oversizeHandling: Output<WebAclOversizeHandling>? = null) : ConvertibleToJava<WebAclBodyArgs>
The body of a web request. This immediately follows the request headers.
Properties
Link copied to clipboard
What AWS WAF should do if the body is larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. When a web request body is larger than the limit, the underlying host service only forwards the contents that are within the limit to AWS WAF for inspection.