ProactiveInsight
import type { ProactiveInsight } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devopsguru.ts";interface ProactiveInsight {
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
PredictionTimeRange?: PredictionTimeRange | null;
ResourceCollection?: ResourceCollection | null;
Severity?: InsightSeverity | null;
SsmOpsItemId?: string | null;
Status?: InsightStatus | null;
}§Properties
§
InsightTimeRange?: InsightTimeRange | null
[src]§
PredictionTimeRange?: PredictionTimeRange | null
[src]§
ResourceCollection?: ResourceCollection | null
[src]§
Severity?: InsightSeverity | null
[src]§
Status?: InsightStatus | null
[src]