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 Customizations
Customizations for the distribution tenant. For each distribution tenant, you can specify the geographic restrictions, and the Amazon Resource Names (ARNs) for the ACM certificate and Amazon WAF web ACL. These are specific values that you can override or disable from the multi-tenant distribution that was used to create the distribution tenant.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Certificate" :
Certificate
, "GeoRestrictions" :GeoRestrictionCustomization
, "WebAcl" :WebAclCustomization
}
YAML
Certificate:
Certificate
GeoRestrictions:GeoRestrictionCustomization
WebAcl:WebAclCustomization
Properties
Certificate
-
The Amazon Certificate Manager (ACM) certificate.
Required: No
Type: Certificate
Update requires: No interruption
GeoRestrictions
-
The geographic restrictions.
Required: No
Type: GeoRestrictionCustomization
Update requires: No interruption
WebAcl
-
The Amazon WAF web ACL.
Required: No
Type: WebAclCustomization
Update requires: No interruption