Show / Hide Table of Contents

Class CfnAnomalyDetector.AnomalyDetectorConfigProperty

Contains information about a detector's configuration.

Inheritance
object
CfnAnomalyDetector.AnomalyDetectorConfigProperty
Implements
CfnAnomalyDetector.IAnomalyDetectorConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-anomalydetectorconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-anomalydetectorconfig.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-anomalydetectorconfig.html#cfn-lookoutmetrics-anomalydetector-anomalydetectorconfig-anomalydetectorfrequency

Implements

CfnAnomalyDetector.IAnomalyDetectorConfigProperty
Back to top Generated by DocFX