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

CreateInstanceExportTaskRequest

import type { CreateInstanceExportTaskRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateInstanceExportTaskRequest {
Description?: string | null;
InstanceId: string;
TagSpecifications?: TagSpecification[] | null;
TargetEnvironment: ExportEnvironment;
}

§Properties

§
Description?: string | null
[src]

A description for the conversion task or the resource being exported. The maximum length is 255 characters.

§

The format and location for an export instance task.

§
InstanceId: string
[src]

The ID of the instance.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to apply to the export instance task during creation.

§
TargetEnvironment: ExportEnvironment
[src]

The target virtualization environment.