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]: {} | null | undefined | null;
[key: string]: string | null | undefined;
Monitor?: boolean | null;
OsType?: OsType | null;
ResourceType?: string | null;
Tier?: Tier | null;
}