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

CreateInstanceSnapshotRequest

import type { CreateInstanceSnapshotRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface CreateInstanceSnapshotRequest {
instanceName: string;
instanceSnapshotName: string;
tags?: Tag[] | null;
}

§Properties

§
instanceName: string
[src]

The Lightsail instance on which to base your snapshot.

§
instanceSnapshotName: string
[src]

The name for your new snapshot.

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

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.