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

ServerStrategy

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

Contains information about a strategy recommendation for a server.

interface ServerStrategy {
isPreferred?: boolean | null;
numberOfApplicationComponents?: number | null;
recommendation?: RecommendationSet | null;
status?: StrategyRecommendation | null;
}

§Properties

§
isPreferred?: boolean | null
[src]

Set to true if the recommendation is set as preferred.

§
numberOfApplicationComponents?: number | null
[src]

The number of application components with this strategy recommendation running on the server.

§
recommendation?: RecommendationSet | null
[src]

Strategy recommendation for the server.

§

The recommendation status of the strategy for the server.