Uses of Class
software.amazon.awscdk.services.aps.CfnAnomalyDetector.Builder
Packages that use CfnAnomalyDetector.Builder
-
Uses of CfnAnomalyDetector.Builder in software.amazon.awscdk.services.aps
Methods in software.amazon.awscdk.services.aps that return CfnAnomalyDetector.BuilderModifier and TypeMethodDescriptionThe user-friendly name of the anomaly detector.CfnAnomalyDetector.Builder.configuration(IResolvable configuration) The algorithm configuration of the anomaly detector.CfnAnomalyDetector.Builder.configuration(CfnAnomalyDetector.AnomalyDetectorConfigurationProperty configuration) The algorithm configuration of the anomaly detector.static CfnAnomalyDetector.BuilderCfnAnomalyDetector.Builder.evaluationIntervalInSeconds(Number evaluationIntervalInSeconds) The frequency, in seconds, at which the anomaly detector evaluates metrics.The Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.CfnAnomalyDetector.Builder.labels(IResolvable labels) The Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.CfnAnomalyDetector.Builder.missingDataAction(IResolvable missingDataAction) The action taken when data is missing during evaluation.CfnAnomalyDetector.Builder.missingDataAction(CfnAnomalyDetector.MissingDataActionProperty missingDataAction) The action taken when data is missing during evaluation.The tags applied to the anomaly detector.An Amazon Managed Service for Prometheus workspace is a logical and isolated Prometheus server dedicated to ingesting, storing, and querying your Prometheus-compatible metrics.