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

ConfigurationEvent

import type { ConfigurationEvent } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/applicationinsights.ts";
interface ConfigurationEvent {
EventDetail?: string | null;
EventResourceName?: string | null;
EventResourceType?: ConfigurationEventResourceType | null;
EventStatus?: ConfigurationEventStatus | null;
EventTime?: Date | number | null;
MonitoredResourceARN?: string | null;
}

§Properties

§
EventDetail?: string | null
[src]
§
EventResourceName?: string | null
[src]
§
EventResourceType?: ConfigurationEventResourceType | null
[src]
§
EventStatus?: ConfigurationEventStatus | null
[src]
§
EventTime?: Date | number | null
[src]
§
MonitoredResourceARN?: string | null
[src]