AWS::CloudFront::DistributionTenant WebAclCustomization - 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::CloudFront::DistributionTenant WebAclCustomization

The Amazon WAF web ACL customization specified for the distribution tenant.

Syntax

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

JSON

{ "Action" : String, "Arn" : String }

YAML

Action: String Arn: String

Properties

Action

The action for the Amazon WAF web ACL customization. You can specify override to specify a separate Amazon WAF web ACL for the distribution tenant. If you specify disable, the distribution tenant won't have Amazon WAF web ACL protections and won't inherit from the multi-tenant distribution.

Required: No

Type: String

Allowed values: override | disable

Update requires: No interruption

Arn

The Amazon Resource Name (ARN) of the Amazon WAF web ACL.

Required: No

Type: String

Update requires: No interruption