Class CfnAnomalyDetector.AnomalyDetectorConfigProperty
Contains information about a detector's configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.LookoutMetrics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnomalyDetector.AnomalyDetectorConfigProperty : CfnAnomalyDetector.IAnomalyDetectorConfigProperty
Syntax (vb)
Public Class CfnAnomalyDetector.AnomalyDetectorConfigProperty Implements CfnAnomalyDetector.IAnomalyDetectorConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.LookoutMetrics;
var anomalyDetectorConfigProperty = new AnomalyDetectorConfigProperty {
AnomalyDetectorFrequency = "anomalyDetectorFrequency"
};
Synopsis
Constructors
AnomalyDetectorConfigProperty() | Contains information about a detector's configuration. |
Properties
AnomalyDetectorFrequency | The frequency at which the detector analyzes its source data. |
Constructors
AnomalyDetectorConfigProperty()
Contains information about a detector's configuration.
public AnomalyDetectorConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.LookoutMetrics;
var anomalyDetectorConfigProperty = new AnomalyDetectorConfigProperty {
AnomalyDetectorFrequency = "anomalyDetectorFrequency"
};
Properties
AnomalyDetectorFrequency
The frequency at which the detector analyzes its source data.
public string AnomalyDetectorFrequency { get; set; }