WebAclRequestBodyAssociatedResourceTypeConfigArgs

data class WebAclRequestBodyAssociatedResourceTypeConfigArgs(val defaultSizeInspectionLimit: Output<WebAclSizeInspectionLimit>) : ConvertibleToJava<WebAclRequestBodyAssociatedResourceTypeConfigArgs>

Configures the inspection size in the request body.

Constructors

constructor(defaultSizeInspectionLimit: Output<WebAclSizeInspectionLimit>)

Properties

Link copied to clipboard

Specifies the maximum size of the web request body component that an associated CloudFront, API Gateway, Amazon Cognito, App Runner, or Verified Access resource should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Default: 16 KB (16,384 bytes)

Functions

Link copied to clipboard
open override fun toJava(): WebAclRequestBodyAssociatedResourceTypeConfigArgs