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

ApplicationComponentStrategy

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

Contains information about a strategy recommendation for an application component.

interface ApplicationComponentStrategy {
isPreferred?: boolean | null;
recommendation?: RecommendationSet | null;
status?: StrategyRecommendation | null;
}

§Properties

§
isPreferred?: boolean | null
[src]

Set to true if the recommendation is set as preferred.

§
recommendation?: RecommendationSet | null
[src]

Strategy recommendation for the application component.

§

The recommendation status of a strategy for an application component.