Interface CfnAnomalyDetector.AnomalyDetectorConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnomalyDetector.AnomalyDetectorConfigProperty.Jsii$Proxy
Enclosing class:
CfnAnomalyDetector

@Stability(Stable) public static interface CfnAnomalyDetector.AnomalyDetectorConfigProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a detector's configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.lookoutmetrics.*;
 AnomalyDetectorConfigProperty anomalyDetectorConfigProperty = AnomalyDetectorConfigProperty.builder()
         .anomalyDetectorFrequency("anomalyDetectorFrequency")
         .build();
 

See Also: