

# DistributionTenantSummary


A summary of the information about a distribution tenant.

## Contents


 ** Arn **   <a name="cloudfront-Type-DistributionTenantSummary-Arn"></a>
The Amazon Resource Name (ARN) of the distribution tenant.  
Type: String  
Required: Yes

 ** CreatedTime **   <a name="cloudfront-Type-DistributionTenantSummary-CreatedTime"></a>
The date and time when the distribution tenant was created.  
Type: Timestamp  
Required: Yes

 ** DistributionId **   <a name="cloudfront-Type-DistributionTenantSummary-DistributionId"></a>
The identifier for the multi-tenant distribution. For example: `EDFDVBD632BHDS5`.  
Type: String  
Required: Yes

 ** Domains **   <a name="cloudfront-Type-DistributionTenantSummary-Domains"></a>
The domains associated with the distribution tenant.  
Type: Array of [DomainResult](API_DomainResult.md) objects  
Required: Yes

 ** ETag **   <a name="cloudfront-Type-DistributionTenantSummary-ETag"></a>
The current version of the distribution tenant.  
Type: String  
Required: Yes

 ** Id **   <a name="cloudfront-Type-DistributionTenantSummary-Id"></a>
The ID of the distribution tenant.  
Type: String  
Required: Yes

 ** LastModifiedTime **   <a name="cloudfront-Type-DistributionTenantSummary-LastModifiedTime"></a>
The date and time when the distribution tenant was updated.  
Type: Timestamp  
Required: Yes

 ** Name **   <a name="cloudfront-Type-DistributionTenantSummary-Name"></a>
The name of the distribution tenant.  
Type: String  
Required: Yes

 ** ConnectionGroupId **   <a name="cloudfront-Type-DistributionTenantSummary-ConnectionGroupId"></a>
The ID of the connection group ID for the distribution tenant. If you don't specify a connection group, CloudFront uses the default connection group.  
Type: String  
Required: No

 ** Customizations **   <a name="cloudfront-Type-DistributionTenantSummary-Customizations"></a>
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.  
Type: [Customizations](API_Customizations.md) object  
Required: No

 ** Enabled **   <a name="cloudfront-Type-DistributionTenantSummary-Enabled"></a>
Indicates whether the distribution tenants are in an enabled state. If disabled, the distribution tenant won't service traffic.  
Type: Boolean  
Required: No

 ** Status **   <a name="cloudfront-Type-DistributionTenantSummary-Status"></a>
The status of the distribution tenant.  
Type: String  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/cloudfront-2020-05-31/DistributionTenantSummary) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/cloudfront-2020-05-31/DistributionTenantSummary) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/cloudfront-2020-05-31/DistributionTenantSummary) 