WebAclAssociationConfigRequestBodyApiGatewayArgs

data class WebAclAssociationConfigRequestBodyApiGatewayArgs(val defaultSizeInspectionLimit: Output<String>) : ConvertibleToJava<WebAclAssociationConfigRequestBodyApiGatewayArgs>

Constructors

constructor(defaultSizeInspectionLimit: Output<String>)

Properties

Link copied to clipboard

Specifies the maximum size of the web request body component that an associated Amazon API Gateway REST APIs should send to AWS WAF for inspection. This applies to statements in the web ACL that inspect the body or JSON body. Valid values are KB_16, KB_32, KB_48 and KB_64.

Functions

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