AWS::IoTSiteWise::Asset AssetHierarchy - 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::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: 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 a hierarchyLogicalId.

The maximum length is 256 characters, with the pattern [^\u0000-\u001F\u007F]+.

Required: Yes

Type: String

Update requires: No interruption