AWS::IoTSiteWise::AssetModel VariableValue
Identifies a property value used in an expression.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HierarchyLogicalId" :String, "PropertyLogicalId" :String}
YAML
HierarchyLogicalId:StringPropertyLogicalId:String
Properties
HierarchyLogicalId-
The
LogicalIDof the hierarchy to query for thePropertyLogicalID.You use a
hierarchyLogicalIDinstead of a model ID because you can have several hierarchies using the same model and therefore the same property. For example, you might have separately grouped assets that come from the same asset model. For more information, see Defining relationships between assets in the Amazon IoT SiteWise User Guide.Required: No
Type: String
Update requires: No interruption
PropertyLogicalId-
The
LogicalIDof the property to use as the variable.Required: Yes
Type: String
Update requires: No interruption