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

DiskSnapshot

import type { DiskSnapshot } from "https://aws-api.deno.dev/v0.4/services/lightsail.ts?docs=full";

Describes a block storage disk snapshot.

interface DiskSnapshot {
arn?: string | null;
createdAt?: Date | number | null;
fromDiskArn?: string | null;
fromDiskName?: string | null;
fromInstanceArn?: string | null;
fromInstanceName?: string | null;
isFromAutoSnapshot?: boolean | null;
location?: ResourceLocation | null;
name?: string | null;
progress?: string | null;
resourceType?: ResourceType | null;
sizeInGb?: number | null;
state?: DiskSnapshotState | null;
supportCode?: string | null;
tags?: Tag[] | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the disk snapshot.

§
createdAt?: Date | number | null
[src]

The date when the disk snapshot was created.

§
fromDiskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the source disk from which the disk snapshot was created.

§
fromDiskName?: string | null
[src]

The unique name of the source disk from which the disk snapshot was created.

§
fromInstanceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the source instance from which the disk (system volume) snapshot was created.

§
fromInstanceName?: string | null
[src]

The unique name of the source instance from which the disk (system volume) snapshot was created.

§
isFromAutoSnapshot?: boolean | null
[src]

A Boolean value indicating whether the snapshot was created from an automatic snapshot.

§
location?: ResourceLocation | null
[src]

The AWS Region and Availability Zone where the disk snapshot was created.

§
name?: string | null
[src]

The name of the disk snapshot (e.g., my-disk-snapshot).

§
progress?: string | null
[src]

The progress of the snapshot.

§
resourceType?: ResourceType | null
[src]

The Lightsail resource type (e.g., DiskSnapshot).

§
sizeInGb?: number | null
[src]

The size of the disk in GB.

§
state?: DiskSnapshotState | null
[src]

The status of the disk snapshot operation.

§
supportCode?: string | null
[src]

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

§
tags?: Tag[] | null
[src]

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.