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

AttachDiskRequest

import type { AttachDiskRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface AttachDiskRequest {
diskName: string;
diskPath: string;
instanceName: string;
}

§Properties

§
diskName: string
[src]

The unique Lightsail disk name (e.g., my-disk).

§
diskPath: string
[src]

The disk path to expose to the instance (e.g., /dev/xvdf).

§
instanceName: string
[src]

The name of the Lightsail instance where you want to utilize the storage disk.