SingleMetricAnomalyDetector

Designates the CloudWatch metric and statistic that provides the time series the anomaly detector uses as input. If you have enabled unified cross-account observability, and this account is a monitoring account, the metric can be in the same account or a source account.

Types

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

Properties

Link copied to clipboard

If the CloudWatch metric that provides the time series that the anomaly detector uses as input is in another account, specify that account ID here. If you omit this parameter, the current account is used.

Link copied to clipboard

The metric dimensions to create the anomaly detection model for.

Link copied to clipboard

The name of the metric to create the anomaly detection model for.

Link copied to clipboard

The namespace of the metric to create the anomaly detection model for.

Link copied to clipboard
val stat: String?

The statistic to use for the metric and anomaly detection model.

Functions

Link copied to clipboard
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