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

ImportImageTask

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

Describes an import image task.

interface ImportImageTask {
Architecture?: string | null;
BootMode?: BootModeValues | null;
Description?: string | null;
Encrypted?: boolean | null;
Hypervisor?: string | null;
ImageId?: string | null;
ImportTaskId?: string | null;
KmsKeyId?: string | null;
LicenseSpecifications: ImportImageLicenseConfigurationResponse[];
LicenseType?: string | null;
Platform?: string | null;
Progress?: string | null;
SnapshotDetails: SnapshotDetail[];
Status?: string | null;
StatusMessage?: string | null;
Tags: Tag[];
UsageOperation?: string | null;
}

§Properties

§
Architecture?: string | null
[src]

The architecture of the virtual machine.

Valid values: i386 | x86_64 | arm64

§
BootMode?: BootModeValues | null
[src]

The boot mode of the virtual machine.

§
Description?: string | null
[src]

A description of the import task.

§
Encrypted?: boolean | null
[src]

Indicates whether the image is encrypted.

§
Hypervisor?: string | null
[src]

The target hypervisor for the import task.

Valid values: xen

§
ImageId?: string | null
[src]

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

§
ImportTaskId?: string | null
[src]

The ID of the import image task.

§
KmsKeyId?: string | null
[src]

The identifier for the KMS key that was used to create the encrypted image.

§

The ARNs of the license configurations that are associated with the import image task.

§
LicenseType?: string | null
[src]

The license type of the virtual machine.

§
Platform?: string | null
[src]

The description string for the import image task.

§
Progress?: string | null
[src]

The percentage of progress of the import image task.

§
SnapshotDetails: SnapshotDetail[]
[src]

Information about the snapshots.

§
Status?: string | null
[src]

A brief status for the import image task.

§
StatusMessage?: string | null
[src]

A descriptive status message for the import image task.

§
Tags: Tag[]
[src]

The tags for the import image task.

§
UsageOperation?: string | null
[src]

The usage operation value.