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

AnomalousLogGroup

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

An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.

interface AnomalousLogGroup {
ImpactEndTime?: Date | number | null;
ImpactStartTime?: Date | number | null;
LogAnomalyShowcases?: LogAnomalyShowcase[] | null;
LogGroupName?: string | null;
NumberOfLogLinesScanned?: number | null;
}

§Properties

§
ImpactEndTime?: Date | number | null
[src]

The time the anomalous log events stopped.

§
ImpactStartTime?: Date | number | null
[src]

The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.

§
LogAnomalyShowcases?: LogAnomalyShowcase[] | null
[src]

The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.

§
LogGroupName?: string | null
[src]

The name of the CloudWatch log group.

§
NumberOfLogLinesScanned?: number | null
[src]

The number of log lines that were scanned for anomalous log events.