---
type: resource-type
title: DiskSnapshot
description: aws resource type AWS::Lightsail::DiskSnapshot
name: DiskSnapshot
lexicon: aws
resource_type: AWS::Lightsail::DiskSnapshot
---
`AWS::Lightsail::DiskSnapshot`, a resource type of the aws lexicon.

## Properties

- `DiskName` (`string`, required): The name of the source disk from which the snapshot was created.
- `DiskSnapshotName` (`string`, required): The name of the disk snapshot (e.g., my-disk-snapshot).
- `CreatedAt` (`string`, optional): The timestamp when the disk snapshot was created.
- `DiskSnapshotArn` (`string`, optional): The Amazon Resource Name (ARN) of the disk snapshot.
- `FromDiskName` (`string`, optional): The name of the source disk from which the disk snapshot was created.
- `IsFromAutoSnapshot` (`boolean`, optional): A Boolean value indicating whether the snapshot was created from an automatic snapshot.
- `Location` (`Record<string, unknown>`, optional): The AWS Region and Availability Zone where the disk snapshot was created.
- `Progress` (`string`, optional): The progress of the disk snapshot creation operation.
- `ResourceType` (`"DiskSnapshot"`, optional): The Lightsail resource type (DiskSnapshot).
- `SizeInGb` (`number`, optional): The size of the disk snapshot in GB.
- `State` (`"completed" | "error" | "pending" | "unknown"`, optional): The status of the disk snapshot operation.
- `SupportCode` (`string`, optional): The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail.
- `Tags` (`DiskSnapshot_Tag[]`, optional): An array of key-value pairs to apply to this resource.

## Attributes

- `CreatedAt`
- `DiskSnapshotArn`
- `FromDiskName`
- `IsFromAutoSnapshot`
- `Location`
- `Progress`
- `ResourceType`
- `SizeInGb`
- `State`
- `SupportCode`
