This is the new AWS 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 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 AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Certificate" :Certificate, "GeoRestrictions" :GeoRestrictionCustomization, "WebAcl" :WebAclCustomization}
YAML
Certificate:CertificateGeoRestrictions:GeoRestrictionCustomizationWebAcl:WebAclCustomization
Properties
- Certificate
- 
                    The AWS 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 AWS WAF web ACL. Required: No Type: WebAclCustomization Update requires: No interruption