Class CfnComputationModel.ComputationModelConfigurationProperty
The configuration for the computation model.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComputationModel.ComputationModelConfigurationProperty : CfnComputationModel.IComputationModelConfigurationProperty
Syntax (vb)
Public Class CfnComputationModel.ComputationModelConfigurationProperty Implements CfnComputationModel.IComputationModelConfigurationProperty
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.IoTSiteWise;
var computationModelConfigurationProperty = new ComputationModelConfigurationProperty {
AnomalyDetection = new AnomalyDetectionComputationModelConfigurationProperty {
InputProperties = "inputProperties",
ResultProperty = "resultProperty"
}
};
Synopsis
Constructors
| ComputationModelConfigurationProperty() | The configuration for the computation model. |
Properties
| AnomalyDetection | The configuration for the anomaly detection type of computation model. |
Constructors
ComputationModelConfigurationProperty()
The configuration for the computation model.
public ComputationModelConfigurationProperty()
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.IoTSiteWise;
var computationModelConfigurationProperty = new ComputationModelConfigurationProperty {
AnomalyDetection = new AnomalyDetectionComputationModelConfigurationProperty {
InputProperties = "inputProperties",
ResultProperty = "resultProperty"
}
};
Properties
AnomalyDetection
The configuration for the anomaly detection type of computation model.
public object? AnomalyDetection { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnComputationModel.IAnomalyDetectionComputationModelConfigurationProperty