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

StartRecommendationReportGenerationRequest

import type { StartRecommendationReportGenerationRequest } from "https://aws-api.deno.dev/v0.4/services/migrationhubstrategy.ts?docs=full";
interface StartRecommendationReportGenerationRequest {
groupIdFilter?: Group[] | null;
outputFormat?: OutputFormat | null;
}

§Properties

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

Groups the resources in the recommendation report with a unique name.

§
outputFormat?: OutputFormat | null
[src]

The output format for the recommendation report file. The default format is Microsoft Excel.