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

InstanceSnapshot

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

Describes an instance snapshot.

interface InstanceSnapshot {
arn?: string | null;
createdAt?: Date | number | null;
fromAttachedDisks?: Disk[] | null;
fromBlueprintId?: string | null;
fromBundleId?: 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?: InstanceSnapshotState | null;
supportCode?: string | null;
tags?: Tag[] | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the snapshot (e.g., arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE).

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

The timestamp when the snapshot was created (e.g., 1479907467.024).

§
fromAttachedDisks?: Disk[] | null
[src]

An array of disk objects containing information about all block storage disks.

§
fromBlueprintId?: string | null
[src]

The blueprint ID from which you created the snapshot (e.g., os_debian_8_3). A blueprint is a virtual private server (or instance) image used to create instances quickly.

§
fromBundleId?: string | null
[src]

The bundle ID from which you created the snapshot (e.g., micro_1_0).

§
fromInstanceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the instance from which the snapshot was created (e.g., arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE).

§
fromInstanceName?: string | null
[src]

The instance from which the 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 region name and Availability Zone where you created the snapshot.

§
name?: string | null
[src]

The name of the snapshot.

§
progress?: string | null
[src]

The progress of the snapshot.

Note: This is populated only for disk snapshots, and is null for instance snapshots.

§
resourceType?: ResourceType | null
[src]

The type of resource (usually InstanceSnapshot).

§
sizeInGb?: number | null
[src]

The size in GB of the SSD.

§

The state the snapshot is in.

§
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.