| Package | Description |
|---|---|
| software.amazon.awscdk.services.lookoutmetrics |
AWS::LookoutMetrics Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.anomalyDetectorConfig(CfnAnomalyDetector.AnomalyDetectorConfigProperty anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.anomalyDetectorConfig(IResolvable anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.anomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.anomalyDetectorName(String anomalyDetectorName)
The name of the detector.
|
static CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.create(software.constructs.Construct scope,
String id) |
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.metricSetList(IResolvable metricSetList)
The detector's dataset.
|
CfnAnomalyDetector.Builder |
CfnAnomalyDetector.Builder.metricSetList(List<? extends Object> metricSetList)
The detector's dataset.
|
Copyright © 2022. All rights reserved.