AWS::WAFv2::WebACL DataProtectionConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::WAFv2::WebACL DataProtectionConfig

Specifies data protection to apply to the web request data for the web ACL. This is a web ACL level data protection option.

The data protection that you configure for the web ACL alters the data that's available for any other data collection activity, including your Amazon WAF logging destinations, web ACL request sampling, and Amazon Security Lake data collection and management. Your other option for data protection is in the logging configuration, which only affects logging.

This is part of the data protection configuration for a web ACL.

Syntax

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

JSON

{ "DataProtections" : [ DataProtect, ... ] }

Properties

DataProtections

An array of data protection configurations for specific web request field types. This is defined for each web ACL. Amazon WAF applies the specified protection to all web requests that the web ACL inspects.

Required: Yes

Type: Array of DataProtect

Minimum: 1

Update requires: No interruption