AWS::IoTSiteWise::AssetModel VariableValue - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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 Amazon 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