@Stability(value=Stable)
public static interface CfnAnomalyDetector.AnomalyDetectorConfigProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getAnomalyDetectorFrequency()
The frequency at which the detector analyzes its source data.
|
@Stability(value=Stable) @NotNull String getAnomalyDetectorFrequency()
@Stability(value=Stable) static CfnAnomalyDetector.AnomalyDetectorConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.