aws-cdk-lib.aws_iotsitewise.CfnAsset.AssetHierarchyProperty

interface AssetHierarchyProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTSiteWise.CfnAsset.AssetHierarchyProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnAsset_AssetHierarchyProperty
Javasoftware.amazon.awscdk.services.iotsitewise.CfnAsset.AssetHierarchyProperty
Pythonaws_cdk.aws_iotsitewise.CfnAsset.AssetHierarchyProperty
TypeScript aws-cdk-lib » aws_iotsitewise » CfnAsset » AssetHierarchyProperty

Describes an asset hierarchy that contains a childAssetId and hierarchyLogicalId .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const assetHierarchyProperty: iotsitewise.CfnAsset.AssetHierarchyProperty = {
  childAssetId: 'childAssetId',
  logicalId: 'logicalId',
};

Properties

NameTypeDescription
childAssetIdstringThe Id of the child asset.
logicalIdstringThe LogicalID of the hierarchy. This ID is a hierarchyLogicalId .

childAssetId

Type: string

The Id of the child asset.


logicalId

Type: string

The LogicalID of the hierarchy. This ID is a hierarchyLogicalId .

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