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 AssetPropertyBindingValue
Represents a data binding value referencing a specific asset property. It's used to bind computation model variables to actual asset property values for processing.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AssetId" :
String
, "PropertyId" :String
}
YAML
AssetId:
String
PropertyId:String
Properties
AssetId
-
The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.
Required: Yes
Type: String
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Minimum:
36
Maximum:
36
Update requires: No interruption
PropertyId
-
The ID of the property within the asset. This identifies the specific property's value used in the computation model.
Required: Yes
Type: String
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Minimum:
36
Maximum:
36
Update requires: No interruption