AWS::IoTSiteWise::AssetModel VariableValue

Identifies a property value used in an expression.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "HierarchyLogicalId" : String, "PropertyLogicalId" : String }

Properties

HierarchyLogicalId

The LogicalID of the hierarchy to query for the PropertyLogicalID.

You use a hierarchyLogicalID instead 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 AWS IoT SiteWise User Guide.

Required: No

Type: String

Update requires: No interruption

PropertyLogicalId

The LogicalID of the property to use as the variable.

Required: Yes

Type: String

Update requires: No interruption