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

ReactiveInsight

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

Information about a reactive insight. This object is returned by ListInsights.

interface ReactiveInsight {
Description?: string | null;
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
ResourceCollection?: ResourceCollection | null;
Severity?: InsightSeverity | null;
SsmOpsItemId?: string | null;
Status?: InsightStatus | null;
}

§Properties

§
Description?: string | null
[src]

Describes the reactive insight.

§
Id?: string | null
[src]

The ID of a reactive insight.

§
InsightTimeRange?: InsightTimeRange | null
[src]
§
Name?: string | null
[src]

The name of a reactive insight.

§
ResourceCollection?: ResourceCollection | null
[src]
§
Severity?: InsightSeverity | null
[src]

The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

§
SsmOpsItemId?: string | null
[src]

The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

§
Status?: InsightStatus | null
[src]

The status of a reactive insight.