interface DiskSnapshotReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.DiskSnapshotReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#DiskSnapshotReference |
![]() | software.amazon.awscdk.services.lightsail.DiskSnapshotReference |
![]() | aws_cdk.aws_lightsail.DiskSnapshotReference |
![]() | aws-cdk-lib » aws_lightsail » DiskSnapshotReference |
A reference to a DiskSnapshot 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 diskSnapshotReference: lightsail.DiskSnapshotReference = {
diskSnapshotArn: 'diskSnapshotArn',
diskSnapshotName: 'diskSnapshotName',
};
Properties
Name | Type | Description |
---|---|---|
disk | string | The ARN of the DiskSnapshot resource. |
disk | string | The DiskSnapshotName of the DiskSnapshot resource. |
diskSnapshotArn
Type:
string
The ARN of the DiskSnapshot resource.
diskSnapshotName
Type:
string
The DiskSnapshotName of the DiskSnapshot resource.