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

ImportSnapshotTask

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

Describes an import snapshot task.

interface ImportSnapshotTask {
Description?: string | null;
ImportTaskId?: string | null;
SnapshotTaskDetail?: SnapshotTaskDetail | null;
Tags: Tag[];
}

§Properties

§
Description?: string | null
[src]

A description of the import snapshot task.

§
ImportTaskId?: string | null
[src]

The ID of the import snapshot task.

§
SnapshotTaskDetail?: SnapshotTaskDetail | null
[src]

Describes an import snapshot task.

§
Tags: Tag[]
[src]

The tags for the import snapshot task.