AnomalyDetector

Contains information about one anomaly detector in the account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the anomaly detector.

Link copied to clipboard

Specifies the current status of the anomaly detector. To pause an anomaly detector, use the enabled parameter in the UpdateLogAnomalyDetector operation.

Link copied to clipboard

The number of days used as the life cycle of anomalies. After this time, anomalies are automatically baselined and the anomaly detector model will treat new occurrences of similar event as normal.

Link copied to clipboard

The date and time when this anomaly detector was created.

Link copied to clipboard

The name of the anomaly detector.

Link copied to clipboard

Specifies how often the anomaly detector runs and look for anomalies.

Link copied to clipboard

A symbolic description of how CloudWatch Logs should interpret the data in each log event. For example, a log event can contain timestamps, IP addresses, strings, and so on. You use the filter pattern to specify what to look for in the log event message.

Link copied to clipboard

The ID of the KMS key assigned to this anomaly detector, if any.

Link copied to clipboard

The date and time when this anomaly detector was most recently modified.

Link copied to clipboard

A list of the ARNs of the log groups that this anomaly detector watches.

Functions

Link copied to clipboard
inline fun copy(block: AnomalyDetector.Builder.() -> Unit = {}): AnomalyDetector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String