Class CfnAnomalyDetector.AnomalyDetectorConfigProperty
Contains information about a detector's configuration.
Inheritance
Namespace: Amazon.CDK.AWS.LookoutMetrics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AnomalyDetectorConfigProperty : Object, CfnAnomalyDetector.IAnomalyDetectorConfigProperty
Syntax (vb)
Public Class AnomalyDetectorConfigProperty
Inherits Object
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
Anomaly |
Properties
Anomaly |
The frequency at which the detector analyzes its source data. |
Constructors
AnomalyDetectorConfigProperty()
public AnomalyDetectorConfigProperty()
Properties
AnomalyDetectorFrequency
The frequency at which the detector analyzes its source data.
public string AnomalyDetectorFrequency { get; set; }
Property Value
System.