This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::IoTSiteWise::ComputationModel ComputationModelDataBindingValue
Contains computation model data binding value information, which can be one of
assetModelProperty, list.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AssetModelProperty" :AssetModelPropertyBindingValue, "AssetProperty" :AssetPropertyBindingValue, "List" :[ ComputationModelDataBindingValue, ... ]}
YAML
AssetModelProperty:AssetModelPropertyBindingValueAssetProperty:AssetPropertyBindingValueList:- ComputationModelDataBindingValue
Properties
AssetModelProperty-
Specifies an asset model property data binding value.
Required: No
Type: AssetModelPropertyBindingValue
Update requires: No interruption
AssetProperty-
The asset property value used for computation model data binding.
Required: No
Type: AssetPropertyBindingValue
Update requires: No interruption
List-
Specifies a list of data binding value.
Required: No
Type: Array of ComputationModelDataBindingValue
Update requires: No interruption