Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AnomalyDetector = AnomalyDetector' {}
- newAnomalyDetector :: AnomalyDetector
- anomalyDetector_metricName :: Lens' AnomalyDetector (Maybe Text)
- anomalyDetector_namespace :: Lens' AnomalyDetector (Maybe Text)
- anomalyDetector_stateValue :: Lens' AnomalyDetector (Maybe AnomalyDetectorStateValue)
- anomalyDetector_stat :: Lens' AnomalyDetector (Maybe Text)
- anomalyDetector_configuration :: Lens' AnomalyDetector (Maybe AnomalyDetectorConfiguration)
- anomalyDetector_dimensions :: Lens' AnomalyDetector (Maybe [Dimension])
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.
AnomalyDetector' | |
|
Instances
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.