AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::DistributionTenant

CloudFront DistributionTenant

The distribution tenant.

Properties

9 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
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>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreatedTimestring-
DomainResultsArray<DomainResult>-
ETagstring-
Idstring-
LastModifiedTimestring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

acm:DescribeCertificateacm:RequestCertificatecloudfront:CreateDistributionTenantcloudfront:GetDistributionTenantcloudfront:GetManagedCertificateDetailscloudfront:TagResourcecloudfront:VerifyDnsConfigurationwafv2:GetWebACL

delete

cloudfront:DeleteDistributionTenantcloudfront:UpdateDistributionTenantcloudfront:GetDistributionTenantwafv2:GetWebACL

list

cloudfront:ListDistributionTenantscloudfront:ListTagsForResource

read

cloudfront:GetDistributionTenantcloudfront:ListTagsForResource

update

acm:DescribeCertificateacm:RequestCertificatecloudfront:GetDistributionTenantcloudfront:GetManagedCertificateDetailscloudfront:UpdateDistributionTenantcloudfront:ListTagsForResourcecloudfront:TagResourcecloudfront:UntagResource

Get the CloudFront Cheat Sheet

Everything you need to know about CloudFront on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFront
Properties16
Required3
TaggingSupported
Primary IDId

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links