AWS::CloudFront::DistributionTenantThe distribution tenant.
import { CfnDistributionTenant } from 'aws-cdk-lib/aws-cloudfront';Or use the module namespace:
import * as cloudfront from 'aws-cdk-lib/aws-cloudfront';
// cloudfront.CfnDistributionTenantConfiguration passed to the constructor as CfnDistributionTenantProps.
distributionIdRequiredstringThe ID of the multi-tenant distribution.
domainsRequiredstring[]The domains associated with the distribution tenant.
nameRequiredstringThe name of the distribution tenant.
connectionGroupIdOptionalstringThe ID of the connection group for the distribution tenant. If you don't specify a connection group, CloudFront uses the default connection group.
customizationsOptionalIResolvable | CustomizationsPropertyCustomizations 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.
enabledOptionalboolean | IResolvableIndicates whether the distribution tenant is in an enabled state. If disabled, the distribution tenant won't serve traffic.
managedCertificateRequestOptionalIResolvable | ManagedCertificateRequestPropertyAn object that represents the request for the Amazon CloudFront managed ACM certificate.
parametersOptionalIResolvable | IResolvable | ParameterProperty[]A list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.
tagsOptionalCfnTag[]A complex type that contains zero or more `Tag` elements.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon CloudFront on one page. HD quality, print-friendly.
Download Free Infographicaws-cloudfrontAWS::CloudFront::DistributionTenant