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

ProactiveInsightSummary

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

Details about a proactive insight. This object is returned by DescribeInsight.

interface ProactiveInsightSummary {
AssociatedResourceArns?: string[] | null;
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
PredictionTimeRange?: PredictionTimeRange | 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 the proactive insight.

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

The name of the proactive insight.

§
PredictionTimeRange?: PredictionTimeRange | null
[src]
§
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 the proactive insight.