interface DistributionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.DistributionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#DistributionReference |
![]() | software.amazon.awscdk.services.cloudfront.DistributionReference |
![]() | aws_cdk.aws_cloudfront.DistributionReference |
![]() | aws-cdk-lib » aws_cloudfront » DistributionReference |
A reference to a Distribution resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const distributionReference: cloudfront.DistributionReference = {
distributionId: 'distributionId',
};
Properties
Name | Type | Description |
---|---|---|
distribution | string | The Id of the Distribution resource. |
distributionId
Type:
string
The Id of the Distribution resource.