This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "AssetModelProperty" :
AssetModelPropertyBindingValue
, "AssetProperty" :AssetPropertyBindingValue
, "List" :[ ComputationModelDataBindingValue, ... ]
}
YAML
AssetModelProperty:
AssetModelPropertyBindingValue
AssetProperty:AssetPropertyBindingValue
List:- 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