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

AttachedDisk

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

Describes a block storage disk that is attached to an instance, and is included in an automatic snapshot.

interface AttachedDisk {
path?: string | null;
sizeInGb?: number | null;
}

§Properties

§
path?: string | null
[src]

The path of the disk (e.g., /dev/xvdf).

§
sizeInGb?: number | null
[src]

The size of the disk in GB.