Values.AnomalousLogGroupSourceAn Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.
type nonrec t = {logGroupName : LogGroupName.t option;The name of the CloudWatch log group.
*)impactStartTime : Timestamp.t option;The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.
*)impactEndTime : Timestamp.t option;The time the anomalous log events stopped.
*)numberOfLogLinesScanned : NumberOfLogLinesScanned.t option;The number of log lines that were scanned for anomalous log events.
*)logAnomalyShowcases : LogAnomalyShowcases.t option;The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NumberOfLogLinesScanned.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of NumberOfLogLinesOccurrences.t
| `String of LogStreamName.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]
list
| `String of LogGroupName.t
| `Timestamp of Timestamp.t ])
list ]