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

StartImportFileTaskRequest

import type { StartImportFileTaskRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface StartImportFileTaskRequest {
dataSourceType?: DataSourceType | null;
groupId?: Group[] | null;
name: string;
S3Bucket: string;
s3bucketForReportData?: string | null;
s3key: string;
}

§Properties

§
dataSourceType?: DataSourceType | null
[src]

Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes that the servers specified in the import file are available in AWS Application Discovery Service.

§
groupId?: Group[] | null
[src]

Groups the resources in the import file together with a unique name. This ID can be as filter in ListApplicationComponents and ListServers.

§
name: string
[src]

A descriptive name for the request.

§
S3Bucket: string
[src]

The S3 bucket where the import file is located. The bucket name is required to begin with migrationhub-strategy-.

§
s3bucketForReportData?: string | null
[src]

The S3 bucket where Strategy Recommendations uploads import results. The bucket name is required to begin with migrationhub-strategy-.

§
s3key: string
[src]

The Amazon S3 key name of the import file.