interface AnomalyDetectorConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.LookoutMetrics.Mixins.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslookoutmetrics/mixins#CfnAnomalyDetectorPropsMixin_AnomalyDetectorConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.lookoutmetrics.mixins.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty |
Python | aws_cdk.mixins_preview.aws_lookoutmetrics.mixins.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lookoutmetrics » mixins » CfnAnomalyDetectorPropsMixin » AnomalyDetectorConfigProperty |
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 { mixins as lookoutmetrics_mixins } from '@aws-cdk/mixins-preview/aws-lookoutmetrics';
const anomalyDetectorConfigProperty: lookoutmetrics_mixins.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty = {
anomalyDetectorFrequency: 'anomalyDetectorFrequency',
};
Properties
| Name | Type | Description |
|---|---|---|
| anomaly | string | The frequency at which the detector analyzes its source data. |
anomalyDetectorFrequency?
Type:
string
(optional)
The frequency at which the detector analyzes its source data.

.NET
Go
Java
Python
TypeScript