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

CreateMigrationWorkflowRequest

import type { CreateMigrationWorkflowRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface CreateMigrationWorkflowRequest {
applicationConfigurationId: string;
description?: string | null;
inputParameters: {
[key: string]: StepInput | null | undefined;
}
;
name: string;
stepTargets?: string[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
templateId: string;
}

§Properties

§
applicationConfigurationId: string
[src]

The configuration ID of the application configured in Application Discovery Service.

§
description?: string | null
[src]

The description of the migration workflow.

§
inputParameters: {
[key: string]: StepInput | null | undefined;
}
[src]

The input parameters required to create a migration workflow.

§
name: string
[src]

The name of the migration workflow.

§
stepTargets?: string[] | null
[src]

The servers on which a step will be run.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to add on a migration workflow.

§
templateId: string
[src]

The ID of the template.