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

MigrationTask

import type { MigrationTask } from "https://aws-api.deno.dev/v0.4/services/migrationhub.ts?docs=full";

Represents a migration task in a migration tool.

interface MigrationTask {
MigrationTaskName?: string | null;
ProgressUpdateStream?: string | null;
ResourceAttributeList?: ResourceAttribute[] | null;
Task?: Task | null;
UpdateDateTime?: Date | number | null;
}

§Properties

§
MigrationTaskName?: string | null
[src]

Unique identifier that references the migration task. Do not store personal data in this field.

§
ProgressUpdateStream?: string | null
[src]

A name that identifies the vendor of the migration tool being used.

§
ResourceAttributeList?: ResourceAttribute[] | null
[src]

Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service repository.

§
Task?: Task | null
[src]

Task object encapsulating task information.

§
UpdateDateTime?: Date | number | null
[src]

The timestamp when the task was gathered.