Uses of Interface
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.ConfigurationProperty
-
Uses of CfnAnomalyDetector.ConfigurationProperty in software.amazon.awscdk.services.cloudwatch
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnAnomalyDetector.ConfigurationProperty
Modifier and TypeMethodDescriptionCfnAnomalyDetector.ConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnAnomalyDetector.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.CfnAnomalyDetectorProps.Builder.configuration
(CfnAnomalyDetector.ConfigurationProperty configuration) Sets the value ofCfnAnomalyDetectorProps.getConfiguration()
void
CfnAnomalyDetector.setConfiguration
(CfnAnomalyDetector.ConfigurationProperty value) Specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.