libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudWatch.Types.AnomalyDetector

Description

 
Synopsis

Documentation

data AnomalyDetector Source #

An anomaly detection model associated with a particular CloudWatch metric and statistic. 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
Eq AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Read AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Show 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 #

NFData AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

Methods

rnf :: AnomalyDetector -> () #

Hashable AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

FromXML AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

type Rep AnomalyDetector Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.AnomalyDetector

type Rep AnomalyDetector = D1 ('MetaData "AnomalyDetector" "Amazonka.CloudWatch.Types.AnomalyDetector" "libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch" 'False) (C1 ('MetaCons "AnomalyDetector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stateValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectorStateValue)))) :*: (S1 ('MetaSel ('Just "stat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectorConfiguration)) :*: S1 ('MetaSel ('Just "dimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Dimension]))))))

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:metricName:AnomalyDetector', anomalyDetector_metricName - The name of the metric associated with the anomaly detection model.

$sel:namespace:AnomalyDetector', anomalyDetector_namespace - The namespace of the metric 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

$sel:stat:AnomalyDetector', anomalyDetector_stat - The statistic associated with the anomaly detection model.

$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.

$sel:dimensions:AnomalyDetector', anomalyDetector_dimensions - The metric dimensions associated with the anomaly detection model.

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_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

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

The statistic associated with the anomaly detection model.

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.