AWS::IoTSiteWise::AssetModel AssetModelHierarchy
Describes an asset hierarchy that contains a hierarchy's name, LogicalID, and child asset model
ID that specifies the type of asset that can be in this hierarchy.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ChildAssetModelId" :String, "LogicalId" :String, "Name" :String}
YAML
ChildAssetModelId:StringLogicalId:StringName:String
Properties
ChildAssetModelId-
The Id of the asset model.
Required: Yes
Type: String
Update requires: No interruption
LogicalId-
The
LogicalIDof the asset model 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
Name-
The name of the asset model hierarchy.
The maximum length is 256 characters with the pattern
[^\u0000-\u001F\u007F]+.Required: Yes
Type: String
Update requires: No interruption