AWS::IoTSiteWise::AssetModel AssetModelHierarchy - 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 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: 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 a hierarchyLogicalId.

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