Show / Hide Table of Contents

Interface CfnComputationModel.IComputationModelConfigurationProperty

The configuration for the computation model.

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnComputationModel.IComputationModelConfigurationProperty
Syntax (vb)
Public Interface CfnComputationModel.IComputationModelConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.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.IoTSiteWise;

             var computationModelConfigurationProperty = new ComputationModelConfigurationProperty {
                 AnomalyDetection = new AnomalyDetectionComputationModelConfigurationProperty {
                     InputProperties = "inputProperties",
                     ResultProperty = "resultProperty"
                 }
             };

Synopsis

Properties

AnomalyDetection

The configuration for the anomaly detection type of computation model.

Properties

AnomalyDetection

The configuration for the anomaly detection type of computation model.

object? AnomalyDetection { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration-anomalydetection

Type union: either IResolvable or CfnComputationModel.IAnomalyDetectionComputationModelConfigurationProperty

Back to top Generated by DocFX