GetLogAnomalyDetectorResult

data class GetLogAnomalyDetectorResult(val anomalyDetectorArn: String? = null, val anomalyDetectorStatus: String? = null, val anomalyVisibilityTime: Double? = null, val creationTimeStamp: Double? = null, val detectorName: String? = null, val evaluationFrequency: LogAnomalyDetectorEvaluationFrequency? = null, val filterPattern: String? = null, val kmsKeyId: String? = null, val lastModifiedTimeStamp: Double? = null, val logGroupArnList: List<String>? = null)

Constructors

Link copied to clipboard
constructor(anomalyDetectorArn: String? = null, anomalyDetectorStatus: String? = null, anomalyVisibilityTime: Double? = null, creationTimeStamp: Double? = null, detectorName: String? = null, evaluationFrequency: LogAnomalyDetectorEvaluationFrequency? = null, filterPattern: String? = null, kmsKeyId: String? = null, lastModifiedTimeStamp: Double? = null, logGroupArnList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of LogAnomalyDetector

Link copied to clipboard

Current status of detector.

Link copied to clipboard

The number of days to have visibility on an anomaly. After this time period has elapsed for an anomaly, it will be automatically baselined and the anomaly detector will treat new occurrences of a similar anomaly as normal. Therefore, if you do not correct the cause of an anomaly during the time period specified in AnomalyVisibilityTime , it will be considered normal going forward and will not be detected as an anomaly.

Link copied to clipboard

When detector was created.

Link copied to clipboard
val detectorName: String? = null

Name of detector

Link copied to clipboard

How often log group is evaluated

Link copied to clipboard
val filterPattern: String? = null

You can use this parameter to limit the anomaly detection model to examine only log events that match the pattern you specify here. For more information, see Filter and Pattern Syntax .

Link copied to clipboard
val kmsKeyId: String? = null

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

Link copied to clipboard

When detector was lsat modified.

Link copied to clipboard

List of Arns for the given log group