aws-cdk-lib.aws_lookoutmetrics.CfnAnomalyDetector.AnomalyDetectorConfigProperty

interface AnomalyDetectorConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutMetrics.CfnAnomalyDetector.AnomalyDetectorConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#CfnAnomalyDetector_AnomalyDetectorConfigProperty
Javasoftware.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.AnomalyDetectorConfigProperty
Pythonaws_cdk.aws_lookoutmetrics.CfnAnomalyDetector.AnomalyDetectorConfigProperty
TypeScript aws-cdk-lib » aws_lookoutmetrics » CfnAnomalyDetector » 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-lib';
const anomalyDetectorConfigProperty: lookoutmetrics.CfnAnomalyDetector.AnomalyDetectorConfigProperty = {
  anomalyDetectorFrequency: 'anomalyDetectorFrequency',
};

Properties

NameTypeDescription
anomalyDetectorFrequencystringThe frequency at which the detector analyzes its source data.

anomalyDetectorFrequency

Type: string

The frequency at which the detector analyzes its source data.