WebAclAssociationConfigArgs

data class WebAclAssociationConfigArgs(val requestBody: Output<Map<String, WebAclRequestBodyAssociatedResourceTypeConfigArgs>>? = null) : ConvertibleToJava<WebAclAssociationConfigArgs>

AssociationConfig for body inspection

Constructors

Link copied to clipboard
constructor(requestBody: Output<Map<String, WebAclRequestBodyAssociatedResourceTypeConfigArgs>>? = null)

Properties

Link copied to clipboard

Customizes the maximum size of the request body that your protected CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access resources forward to AWS WAF for inspection. The default size is 16 KB (16,384 bytes). You can change the setting for any of the available resource types.

Functions

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