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

ApplicationComponent

import type { ApplicationComponent } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/applicationinsights.ts";
interface ApplicationComponent {
ComponentName?: string | null;
ComponentRemarks?: string | null;
DetectedWorkload?: [key in Tier]: {
[key: string]: string | null | undefined;
}
| null | undefined
| null;
Monitor?: boolean | null;
OsType?: OsType | null;
ResourceType?: string | null;
Tier?: Tier | null;
}

§Properties

§
ComponentName?: string | null
[src]
§
ComponentRemarks?: string | null
[src]
§
DetectedWorkload?: [key in Tier]: {
[key: string]: string | null | undefined;
}
| null | undefined
| null
[src]
§
Monitor?: boolean | null
[src]
§
OsType?: OsType | null
[src]
§
ResourceType?: string | null
[src]
§
Tier?: Tier | null
[src]