AWS::IoTSiteWise::Asset AssetHierarchy
Describes an asset hierarchy that contains a childAssetId and hierarchyLogicalId.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ChildAssetId" :String, "LogicalId" :String}
YAML
ChildAssetId:StringLogicalId:String
Properties
ChildAssetId-
The Id of the child asset.
Required: Yes
Type: String
Update requires: No interruption
LogicalId-
The
LogicalIDof the hierarchy. This ID is ahierarchyLogicalId.The maximum length is 256 characters, with the pattern
[^\u0000-\u001F\u007F]+.Required: Yes
Type: String
Update requires: No interruption