interface AnomalyDetectorConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.LookoutMetrics.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslookoutmetrics#CfnAnomalyDetectorPropsMixin_AnomalyDetectorConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_lookoutmetrics.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lookoutmetrics » 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 { aws_lookoutmetrics as lookoutmetrics } from '@aws-cdk/cfn-property-mixins';
const anomalyDetectorConfigProperty: lookoutmetrics.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