public static interface CfnAnomalyDetector.AnomalyDetectorConfigProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnomalyDetector.AnomalyDetectorConfigProperty.Builder
A builder for
CfnAnomalyDetector.AnomalyDetectorConfigProperty |
static class |
CfnAnomalyDetector.AnomalyDetectorConfigProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.AnomalyDetectorConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAnomalyDetector.AnomalyDetectorConfigProperty.Builder |
builder() |
java.lang.String |
getAnomalyDetectorFrequency()
The frequency at which the detector analyzes its source data.
|
java.lang.String getAnomalyDetectorFrequency()
static CfnAnomalyDetector.AnomalyDetectorConfigProperty.Builder builder()