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

InstanceSpecification

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

The instance details to specify which volumes should be snapshotted.

interface InstanceSpecification {
ExcludeBootVolume?: boolean | null;
InstanceId?: string | null;
}

§Properties

§
ExcludeBootVolume?: boolean | null
[src]

Excludes the root volume from being snapshotted.

§
InstanceId?: string | null
[src]

The instance to specify which volumes should be snapshotted.