AWS::IoTSiteWise::ComputationModelCreate a computation model with a configuration and data binding.
import { CfnComputationModel } from 'aws-cdk-lib/aws-iotsitewise';Or use the module namespace:
import * as iotsitewise from 'aws-cdk-lib/aws-iotsitewise';
// iotsitewise.CfnComputationModelConfiguration passed to the constructor as CfnComputationModelProps.
computationModelConfigurationRequiredIResolvable | ComputationModelConfigurationPropertyThe configuration for the computation model.
computationModelDataBindingRequiredIResolvable | { [key: string]: IResolvable | ComputationModelDataBindingValueProperty }The data binding for the computation model. Key is a variable name defined in configuration. Value is a `ComputationModelDataBindingValue` referenced by the variable.
computationModelNameRequiredstringThe name of the computation model.
computationModelDescriptionOptionalstringThe description of the computation model.
tagsOptionalCfnTag[]A list of key-value pairs that contain metadata for the asset. For more information, see [Tagging your AWS IoT SiteWise resources](https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html) in the *AWS IoT SiteWise User Guide* .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotsitewiseAWS::IoTSiteWise::ComputationModel