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

AssociatedApplication

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

Object containing details about applications as defined in Application Discovery Service.

interface AssociatedApplication {
id?: string | null;
name?: string | null;
}

§Properties

§
id?: string | null
[src]

ID of the application as defined in Application Discovery Service.

§
name?: string | null
[src]

Name of the application as defined in Application Discovery Service.