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

RecommendationSet

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

Contains a recommendation set.

interface RecommendationSet {
strategy?: Strategy | null;
targetDestination?: TargetDestination | null;
transformationTool?: TransformationTool | null;
}

§Properties

§
strategy?: Strategy | null
[src]

The recommended strategy.

§
targetDestination?: TargetDestination | null
[src]

The recommended target destination.

§
transformationTool?: TransformationTool | null
[src]

The target destination for the recommendation set.