Show / Hide Table of Contents

Class CfnComputationModelPropsMixin.ComputationModelConfigurationProperty

The configuration for the computation model.

Inheritance
object
CfnComputationModelPropsMixin.ComputationModelConfigurationProperty
Implements
CfnComputationModelPropsMixin.IComputationModelConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnComputationModelPropsMixin.ComputationModelConfigurationProperty : CfnComputationModelPropsMixin.IComputationModelConfigurationProperty
Syntax (vb)
Public Class CfnComputationModelPropsMixin.ComputationModelConfigurationProperty Implements CfnComputationModelPropsMixin.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.Mixins.Preview.AWS.IoTSiteWise.Mixins;

             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

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.Mixins.Preview.AWS.IoTSiteWise.Mixins;

             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

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 CfnComputationModelPropsMixin.IAnomalyDetectionComputationModelConfigurationProperty

Implements

CfnComputationModelPropsMixin.IComputationModelConfigurationProperty
Back to top Generated by DocFX