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

ReactiveInsightSummary

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

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

interface ReactiveInsightSummary {
AssociatedResourceArns?: string[] | null;
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
ResourceCollection?: ResourceCollection | null;
ServiceCollection?: ServiceCollection | null;
Severity?: InsightSeverity | null;
Status?: InsightStatus | null;
}

§Properties

§
AssociatedResourceArns?: string[] | null
[src]

The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.

§
Id?: string | null
[src]

The ID of a reactive summary.

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

The name of a reactive insight.

§
ResourceCollection?: ResourceCollection | null
[src]
§
ServiceCollection?: ServiceCollection | null
[src]

A collection of the names of Amazon Web Services services.

§
Severity?: InsightSeverity | null
[src]

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

§
Status?: InsightStatus | null
[src]

The status of a reactive insight.