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

ManagementPreference

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

Preferences for migrating an application to AWS.

interface ManagementPreference {
awsManagedResources?: AwsManagedResources | null;
noPreference?: NoManagementPreference | null;
selfManageResources?: SelfManageResources | null;
}

§Properties

§
awsManagedResources?: AwsManagedResources | null
[src]

Indicates interest in solutions that are managed by AWS.

§
noPreference?: NoManagementPreference | null
[src]

No specific preference.

§
selfManageResources?: SelfManageResources | null
[src]

Indicates interest in managing your own resources on AWS.