AWS::IoTSiteWise::Asset AssetHierarchy
Describes an asset hierarchy that contains a childAssetId
and hierarchyLogicalId
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ChildAssetId" :
String
, "LogicalId" :String
}
YAML
ChildAssetId:
String
LogicalId:String
Properties
ChildAssetId
-
The Id of the child asset.
Required: Yes
Type: String
Update requires: No interruption
LogicalId
-
The
LogicalID
of 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