CreateSnapshotResponse

Describes a snapshot.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone or Local Zone of the snapshot. For example, us-west-1a (Availability Zone) or us-west-2-lax-1a (Local Zone).

Link copied to clipboard

Only for snapshot copies created with time-based snapshot copy operations.

Link copied to clipboard

The time stamp when the snapshot was completed.

Link copied to clipboard

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots.

Link copied to clipboard

The description for the snapshot.

Link copied to clipboard

Indicates whether the snapshot is encrypted.

Link copied to clipboard

The full size of the snapshot, in bytes.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key that was used to protect the volume encryption key for the parent volume.

Link copied to clipboard

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon EBS User Guide.

Link copied to clipboard

The Amazon Web Services owner alias, from an Amazon-maintained list (amazon). This is not the user-configured Amazon Web Services account alias set using the IAM console.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the EBS snapshot.

Link copied to clipboard

The progress of the snapshot, as a percentage.

Link copied to clipboard

Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.

Link copied to clipboard

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The time stamp when the snapshot was initiated.

Link copied to clipboard

The snapshot state.

Link copied to clipboard

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper KMS permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots.

Link copied to clipboard

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the snapshot.

Link copied to clipboard

Only for snapshot copies.

Link copied to clipboard

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

Link copied to clipboard

The size of the volume, in GiB.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String