Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SnapshotTaskDetail

import type { SnapshotTaskDetail } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Details about the import snapshot task.

interface SnapshotTaskDetail {
Description?: string | null;
DiskImageSize?: number | null;
Encrypted?: boolean | null;
Format?: string | null;
KmsKeyId?: string | null;
Progress?: string | null;
SnapshotId?: string | null;
Status?: string | null;
StatusMessage?: string | null;
Url?: string | null;
UserBucket?: UserBucketDetails | null;
}

§Properties

§
Description?: string | null
[src]

The description of the snapshot.

§
DiskImageSize?: number | null
[src]

The size of the disk in the snapshot, in GiB.

§
Encrypted?: boolean | null
[src]

Indicates whether the snapshot is encrypted.

§
Format?: string | null
[src]

The format of the disk image from which the snapshot is created.

§
KmsKeyId?: string | null
[src]

The identifier for the KMS key that was used to create the encrypted snapshot.

§
Progress?: string | null
[src]

The percentage of completion for the import snapshot task.

§
SnapshotId?: string | null
[src]

The snapshot ID of the disk being imported.

§
Status?: string | null
[src]

A brief status for the import snapshot task.

§
StatusMessage?: string | null
[src]

A detailed status message for the import snapshot task.

§
Url?: string | null
[src]

The URL of the disk image from which the snapshot is created.

§
UserBucket?: UserBucketDetails | null
[src]

The Amazon S3 bucket for the disk image.