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