aws-cdk-lib.aws_iottwinmaker.CfnEntity.RelationshipProperty

interface RelationshipProperty

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

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 relationshipProperty: iottwinmaker.CfnEntity.RelationshipProperty = {
  relationshipType: 'relationshipType',
  targetComponentTypeId: 'targetComponentTypeId',
};

Properties

NameTypeDescription
relationshipType?stringThe relationship type.
targetComponentTypeId?stringthe component type Id target.

relationshipType?

Type: string (optional)

The relationship type.


targetComponentTypeId?

Type: string (optional)

the component type Id target.