aws-cdk-lib.aws_iottwinmaker.CfnEntity.RelationshipValueProperty

interface RelationshipValueProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTTwinMaker.CfnEntity.RelationshipValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnEntity_RelationshipValueProperty
Javasoftware.amazon.awscdk.services.iottwinmaker.CfnEntity.RelationshipValueProperty
Pythonaws_cdk.aws_iottwinmaker.CfnEntity.RelationshipValueProperty
TypeScript aws-cdk-lib » aws_iottwinmaker » CfnEntity » RelationshipValueProperty

The entity relationship.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iottwinmaker as iottwinmaker } from 'aws-cdk-lib';
const relationshipValueProperty: iottwinmaker.CfnEntity.RelationshipValueProperty = {
  targetComponentName: 'targetComponentName',
  targetEntityId: 'targetEntityId',
};

Properties

NameTypeDescription
targetComponentName?stringThe target component name.
targetEntityId?stringThe target entity Id.

targetComponentName?

Type: string (optional)

The target component name.


targetEntityId?

Type: string (optional)

The target entity Id.