interface CloudFrontWebDistributionAttributes
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.CloudFront.CloudFrontWebDistributionAttributes | 
  Java | software.amazon.awscdk.services.cloudfront.CloudFrontWebDistributionAttributes | 
  Python | aws_cdk.aws_cloudfront.CloudFrontWebDistributionAttributes | 
  TypeScript (source) | @aws-cdk/aws-cloudfront » CloudFrontWebDistributionAttributes | 
Attributes used to import a Distribution.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cloudfront from '@aws-cdk/aws-cloudfront';
const cloudFrontWebDistributionAttributes: cloudfront.CloudFrontWebDistributionAttributes = {
  distributionId: 'distributionId',
  domainName: 'domainName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| distribution | string | The distribution ID for this distribution. | 
| domain | string | The generated domain name of the Distribution, such as d111111abcdef8.cloudfront.net. | 
distributionId
Type:
string
The distribution ID for this distribution.
domainName
Type:
string
The generated domain name of the Distribution, such as d111111abcdef8.cloudfront.net.

 .NET
 Java
 Python
 TypeScript (