WebAclBody

data class WebAclBody(val oversizeHandling: WebAclOversizeHandling? = null)

The body of a web request. This immediately follows the request headers.

Constructors

Link copied to clipboard
constructor(oversizeHandling: WebAclOversizeHandling? = null)

Types

Link copied to clipboard
object Companion

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.