interface ComputationModelConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTSiteWise.Mixins.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotsitewise/mixins#CfnComputationModelPropsMixin_ComputationModelConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotsitewise.mixins.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_iotsitewise.mixins.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotsitewise » mixins » CfnComputationModelPropsMixin » ComputationModelConfigurationProperty |
The configuration for the computation model.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as iotsitewise_mixins } from '@aws-cdk/mixins-preview/aws-iotsitewise';
const computationModelConfigurationProperty: iotsitewise_mixins.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty = {
anomalyDetection: {
inputProperties: 'inputProperties',
resultProperty: 'resultProperty',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| anomaly | IResolvable | Anomaly | The configuration for the anomaly detection type of computation model. |
anomalyDetection?
Type:
IResolvable | Anomaly
(optional)
The configuration for the anomaly detection type of computation model.

.NET
Go
Java
Python
TypeScript