Class CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigurationProperty
The configuration for the anomaly detection algorithm.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.APS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigurationProperty : CfnAnomalyDetectorPropsMixin.IAnomalyDetectorConfigurationProperty
Syntax (vb)
Public Class CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigurationProperty Implements CfnAnomalyDetectorPropsMixin.IAnomalyDetectorConfigurationProperty
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.Mixins.Preview.AWS.APS.Mixins;
var anomalyDetectorConfigurationProperty = new AnomalyDetectorConfigurationProperty {
RandomCutForest = new RandomCutForestConfigurationProperty {
IgnoreNearExpectedFromAbove = new IgnoreNearExpectedProperty {
Amount = 123,
Ratio = 123
},
IgnoreNearExpectedFromBelow = new IgnoreNearExpectedProperty {
Amount = 123,
Ratio = 123
},
Query = "query",
SampleSize = 123,
ShingleSize = 123
}
};
Synopsis
Constructors
| AnomalyDetectorConfigurationProperty() | The configuration for the anomaly detection algorithm. |
Properties
| RandomCutForest | The Random Cut Forest algorithm configuration for anomaly detection. |
Constructors
AnomalyDetectorConfigurationProperty()
The configuration for the anomaly detection algorithm.
public AnomalyDetectorConfigurationProperty()
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.Mixins.Preview.AWS.APS.Mixins;
var anomalyDetectorConfigurationProperty = new AnomalyDetectorConfigurationProperty {
RandomCutForest = new RandomCutForestConfigurationProperty {
IgnoreNearExpectedFromAbove = new IgnoreNearExpectedProperty {
Amount = 123,
Ratio = 123
},
IgnoreNearExpectedFromBelow = new IgnoreNearExpectedProperty {
Amount = 123,
Ratio = 123
},
Query = "query",
SampleSize = 123,
ShingleSize = 123
}
};
Properties
RandomCutForest
The Random Cut Forest algorithm configuration for anomaly detection.
public object? RandomCutForest { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnAnomalyDetectorPropsMixin.IRandomCutForestConfigurationProperty