Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAnomalyDetectorPropsMixin.Builder
Packages that use CfnAnomalyDetectorPropsMixin.Builder
-
Uses of CfnAnomalyDetectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch
Methods in software.amazon.awscdk.cfnpropertymixins.services.cloudwatch that return CfnAnomalyDetectorPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAnomalyDetectorPropsMixin.Builder.configuration(CfnAnomalyDetectorPropsMixin.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.CfnAnomalyDetectorPropsMixin.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.CfnAnomalyDetectorPropsMixin.Builder.create()CfnAnomalyDetectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAnomalyDetectorPropsMixin.Builder.dimensions(List<? extends Object> dimensions) The dimensions of the metric associated with the anomaly detection band.CfnAnomalyDetectorPropsMixin.Builder.dimensions(IResolvable dimensions) The dimensions of the metric associated with the anomaly detection band.CfnAnomalyDetectorPropsMixin.Builder.metricCharacteristics(CfnAnomalyDetectorPropsMixin.MetricCharacteristicsProperty metricCharacteristics) Use this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models.CfnAnomalyDetectorPropsMixin.Builder.metricCharacteristics(IResolvable metricCharacteristics) Use this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models.CfnAnomalyDetectorPropsMixin.Builder.metricMathAnomalyDetector(CfnAnomalyDetectorPropsMixin.MetricMathAnomalyDetectorProperty metricMathAnomalyDetector) The CloudWatch metric math expression for this anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.metricMathAnomalyDetector(IResolvable metricMathAnomalyDetector) The CloudWatch metric math expression for this anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.metricName(String metricName) The name of the metric associated with the anomaly detection band.The namespace of the metric associated with the anomaly detection band.CfnAnomalyDetectorPropsMixin.Builder.singleMetricAnomalyDetector(CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty singleMetricAnomalyDetector) The CloudWatch metric and statistic for this anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.singleMetricAnomalyDetector(IResolvable singleMetricAnomalyDetector) The CloudWatch metric and statistic for this anomaly detector.The statistic of the metric associated with the anomaly detection band.