aws-cdk-lib.aws_iotsitewise.CfnAsset.AssetHierarchyProperty
interface AssetHierarchyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnAsset.AssetHierarchyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnAsset_AssetHierarchyProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnAsset.AssetHierarchyProperty |
![]() | aws_cdk.aws_iotsitewise.CfnAsset.AssetHierarchyProperty |
![]() | 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
Name | Type | Description |
---|---|---|
child | string | The Id of the child asset. |
logical | string | The 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]+
.