interface DistributionTenantReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.DistributionTenantReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#DistributionTenantReference |
![]() | software.amazon.awscdk.services.cloudfront.DistributionTenantReference |
![]() | aws_cdk.aws_cloudfront.DistributionTenantReference |
![]() | aws-cdk-lib » aws_cloudfront » DistributionTenantReference |
A reference to a DistributionTenant 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 distributionTenantReference: cloudfront.DistributionTenantReference = {
distributionTenantArn: 'distributionTenantArn',
distributionTenantId: 'distributionTenantId',
};
Properties
Name | Type | Description |
---|---|---|
distribution | string | The ARN of the DistributionTenant resource. |
distribution | string | The Id of the DistributionTenant resource. |
distributionTenantArn
Type:
string
The ARN of the DistributionTenant resource.
distributionTenantId
Type:
string
The Id of the DistributionTenant resource.