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

DiscoveredResource

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

Object representing the on-premises resource being migrated.

interface DiscoveredResource {
ConfigurationId: string;
Description?: string | null;
}

§Properties

§
ConfigurationId: string
[src]

The configurationId in Application Discovery Service that uniquely identifies the on-premise resource.

§
Description?: string | null
[src]

A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.