Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.aps.CfnAnomalyDetectorPropsMixin.Builder
Packages that use CfnAnomalyDetectorPropsMixin.Builder
-
Uses of CfnAnomalyDetectorPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.aps
Methods in software.amazon.awscdk.cfnpropertymixins.services.aps that return CfnAnomalyDetectorPropsMixin.BuilderModifier and TypeMethodDescriptionThe user-friendly name of the anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.configuration(CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigurationProperty configuration) The algorithm configuration of the anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.configuration(IResolvable configuration) The algorithm configuration of the anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.create()CfnAnomalyDetectorPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAnomalyDetectorPropsMixin.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.CfnAnomalyDetectorPropsMixin.Builder.labels(IResolvable labels) The Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.CfnAnomalyDetectorPropsMixin.Builder.missingDataAction(CfnAnomalyDetectorPropsMixin.MissingDataActionProperty missingDataAction) The action taken when data is missing during evaluation.CfnAnomalyDetectorPropsMixin.Builder.missingDataAction(IResolvable 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.