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

BusinessGoals

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

Business goals that you specify.

interface BusinessGoals {
licenseCostReduction?: number | null;
modernizeInfrastructureWithCloudNativeTechnologies?: number | null;
reduceOperationalOverheadWithManagedServices?: number | null;
speedOfMigration?: number | null;
}

§Properties

§
licenseCostReduction?: number | null
[src]

Business goal to reduce license costs.

§
modernizeInfrastructureWithCloudNativeTechnologies?: number | null
[src]

Business goal to modernize infrastructure by moving to cloud native technologies.

§
reduceOperationalOverheadWithManagedServices?: number | null
[src]

Business goal to reduce the operational overhead on the team by moving into managed services.

§
speedOfMigration?: number | null
[src]

Business goal to achieve migration at a fast pace.