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

StartAssessmentRequest

import type { StartAssessmentRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface StartAssessmentRequest {
assessmentTargets?: AssessmentTarget[] | null;
s3bucketForAnalysisData?: string | null;
s3bucketForReportData?: string | null;
}

§Properties

§
assessmentTargets?: AssessmentTarget[] | null
[src]

List of criteria for assessment.

§
s3bucketForAnalysisData?: string | null
[src]

The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with migrationhub-strategy-.

§
s3bucketForReportData?: string | null
[src]

The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with migrationhub-strategy-.