amazonka-cloudwatch-2.0: Amazon CloudWatch SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudWatch.Types.AnomalyDetector

Description

 
Synopsis

Documentation

data AnomalyDetector Source #

An anomaly detection model associated with a particular CloudWatch metric, statistic, or metric math expression. You can use the model to display a band of expected, normal values when the metric is graphed.

See: newAnomalyDetector smart constructor.

Constructors

AnomalyDetector' 

Fields

Instances

Instances details
FromXML AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Generic AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Associated Types

type Rep AnomalyDetector :: Type -> Type #

Read AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Show AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

NFData AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Methods

rnf :: AnomalyDetector -> () #

Eq AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Hashable AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

type Rep AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

newAnomalyDetector :: AnomalyDetector Source #

Create a value of AnomalyDetector with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configuration:AnomalyDetector', anomalyDetector_configuration - The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.

AnomalyDetector, anomalyDetector_dimensions - The metric dimensions associated with the anomaly detection model.

$sel:metricMathAnomalyDetector:AnomalyDetector', anomalyDetector_metricMathAnomalyDetector - The CloudWatch metric math expression for this anomaly detector.

AnomalyDetector, anomalyDetector_metricName - The name of the metric associated with the anomaly detection model.

AnomalyDetector, anomalyDetector_namespace - The namespace of the metric associated with the anomaly detection model.

$sel:singleMetricAnomalyDetector:AnomalyDetector', anomalyDetector_singleMetricAnomalyDetector - The CloudWatch metric and statistic for this anomaly detector.

AnomalyDetector, anomalyDetector_stat - The statistic associated with the anomaly detection model.

$sel:stateValue:AnomalyDetector', anomalyDetector_stateValue - The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA

anomalyDetector_configuration :: Lens' AnomalyDetector (Maybe AnomalyDetectorConfiguration) Source #

The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.

anomalyDetector_dimensions :: Lens' AnomalyDetector (Maybe [Dimension]) Source #

The metric dimensions associated with the anomaly detection model.

anomalyDetector_metricMathAnomalyDetector :: Lens' AnomalyDetector (Maybe MetricMathAnomalyDetector) Source #

The CloudWatch metric math expression for this anomaly detector.

anomalyDetector_metricName :: Lens' AnomalyDetector (Maybe Text) Source #

The name of the metric associated with the anomaly detection model.

anomalyDetector_namespace :: Lens' AnomalyDetector (Maybe Text) Source #

The namespace of the metric associated with the anomaly detection model.

anomalyDetector_singleMetricAnomalyDetector :: Lens' AnomalyDetector (Maybe SingleMetricAnomalyDetector) Source #

The CloudWatch metric and statistic for this anomaly detector.

anomalyDetector_stat :: Lens' AnomalyDetector (Maybe Text) Source #

The statistic associated with the anomaly detection model.

anomalyDetector_stateValue :: Lens' AnomalyDetector (Maybe AnomalyDetectorStateValue) Source #

The current status of the anomaly detector's training. The possible values are TRAINED | PENDING_TRAINING | TRAINED_INSUFFICIENT_DATA