interface DistributionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.DistributionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#DistributionReference |
![]() | software.amazon.awscdk.services.lightsail.DistributionReference |
![]() | aws_cdk.aws_lightsail.DistributionReference |
![]() | aws-cdk-lib » aws_lightsail » 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_lightsail as lightsail } from 'aws-cdk-lib';
const distributionReference: lightsail.DistributionReference = {
distributionArn: 'distributionArn',
distributionName: 'distributionName',
};
Properties
Name | Type | Description |
---|---|---|
distribution | string | The ARN of the Distribution resource. |
distribution | string | The DistributionName of the Distribution resource. |
distributionArn
Type:
string
The ARN of the Distribution resource.
distributionName
Type:
string
The DistributionName of the Distribution resource.