AWS::CloudFront::DistributionTenant WebAclCustomization - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::CloudFront::DistributionTenant WebAclCustomization

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

Syntax

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

JSON

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

YAML

Action: String Arn: String

Properties

Action

The action for the AWS WAF web ACL customization. You can specify override to specify a separate AWS WAF web ACL for the distribution tenant. If you specify disable, the distribution tenant won't have AWS 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 AWS WAF web ACL.

Required: No

Type: String

Update requires: No interruption