interface ComputationModelConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotsitewise#CfnComputationModelPropsMixin_ComputationModelConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotsitewise.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotsitewise » 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 { aws_iotsitewise as iotsitewise } from '@aws-cdk/cfn-property-mixins';
const computationModelConfigurationProperty: iotsitewise.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