Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface StartSnapshotCommandOutputProtected

The output of StartSnapshotCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

BlockSize?: number

The size of the blocks in the snapshot, in bytes.

Description?: string

The description of the snapshot.

KmsKeyArn?: string

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.

OwnerId?: string

The Amazon Web Services account ID of the snapshot owner.

ParentSnapshotId?: string

The ID of the parent snapshot.

SnapshotId?: string

The ID of the snapshot.

StartTime?: Date

The timestamp when the snapshot was created.

Status?: string

The status of the snapshot.

Tags?: Tag[]

The tags applied to the snapshot. You can specify up to 50 tags per snapshot. For more information, see Tagging your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

VolumeSize?: number

The size of the volume, in GiB.