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 AWS CloudFormation template, use the following syntax:
JSON
{ "ChildAssetModelId" :
String
, "LogicalId" :String
, "Name" :String
}
YAML
ChildAssetModelId:
String
LogicalId:String
Name:String
Properties
ChildAssetModelId
-
The Id of the asset model.
Required: Yes
Type: String
Update requires: No interruption
LogicalId
-
The
LogicalID
of 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