AWS::CloudFront::DistributionTenantThe distribution tenant.
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DistributionId | string | Required |
Domains | Array<string> | Required |
Name | string | RequiredCreate-only |
ConnectionGroupId | string | |
Customizations | Customizations | |
Enabled | boolean | |
ManagedCertificateRequest | ManagedCertificateRequest | Write-only |
Parameters | Array<Parameter> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreatedTime | string | - |
DomainResults | Array<DomainResult> | - |
ETag | string | - |
Id | string | - |
LastModifiedTime | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::DistributionTenant
Resources:
MyResource:
Type: AWS::CloudFront::DistributionTenant
Properties:
DistributionId: "my-distributionid"
Name: "my-name"
Domains: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
acm:DescribeCertificateacm:RequestCertificatecloudfront:CreateDistributionTenantcloudfront:GetDistributionTenantcloudfront:GetManagedCertificateDetailscloudfront:TagResourcecloudfront:VerifyDnsConfigurationwafv2:GetWebACLcloudfront:DeleteDistributionTenantcloudfront:UpdateDistributionTenantcloudfront:GetDistributionTenantwafv2:GetWebACLcloudfront:ListDistributionTenantscloudfront:ListTagsForResourcecloudfront:GetDistributionTenantcloudfront:ListTagsForResourceacm:DescribeCertificateacm:RequestCertificatecloudfront:GetDistributionTenantcloudfront:GetManagedCertificateDetailscloudfront:UpdateDistributionTenantcloudfront:ListTagsForResourcecloudfront:TagResourcecloudfront:UntagResourceEverything you need to know about CloudFront on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name