| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.configuration(CfnAnomalyDetector.ConfigurationProperty configuration)
Specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.configuration(IResolvable configuration)
Specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.
|
static CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.create(software.constructs.Construct scope,
String id) |
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.dimensions(IResolvable dimensions)
The dimensions of the metric associated with the anomaly detection band.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.dimensions(List<? extends Object> dimensions)
The dimensions of the metric associated with the anomaly detection band.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.metricMathAnomalyDetector(CfnAnomalyDetector.MetricMathAnomalyDetectorProperty metricMathAnomalyDetector)
The CloudWatch metric math expression for this anomaly detector.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.metricMathAnomalyDetector(IResolvable metricMathAnomalyDetector)
The CloudWatch metric math expression for this anomaly detector.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.metricName(String metricName)
The name of the metric associated with the anomaly detection band.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.namespace(String namespace)
The namespace of the metric associated with the anomaly detection band.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.singleMetricAnomalyDetector(CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty singleMetricAnomalyDetector)
The CloudWatch metric and statistic for this anomaly detector.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.singleMetricAnomalyDetector(IResolvable singleMetricAnomalyDetector)
The CloudWatch metric and statistic for this anomaly detector.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.stat(String stat)
The statistic of the metric associated with the anomaly detection band.
|
Copyright © 2022. All rights reserved.