AWS::WAFv2::WebACL AssociationConfig - AWS CloudFormation

AWS::WAFv2::WebACL AssociationConfig

Specifies custom configurations for the associations between the web ACL and protected resources.

Use this to customize the maximum size of the request body that your protected CloudFront distributions forward to AWS WAF for inspection. The default is 16 KB (16,384 bytes).

Note

You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see AWS WAF Pricing.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "RequestBody" : {Key: Value, ...} }

YAML

RequestBody: Key: Value

Properties

RequestBody

Customizes the maximum size of the request body that your protected CloudFront distributions forward to AWS WAF for inspection. The default size is 16 KB (16,384 bytes).

Note

You are charged additional fees when your protected resources forward body sizes that are larger than the default. For more information, see AWS WAF Pricing.

Required: No

Type: Object of RequestBodyAssociatedResourceTypeConfig

Update requires: No interruption