aws-cdk-lib.aws_iottwinmaker.CfnComponentType.RelationshipProperty

interface RelationshipProperty

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

An object that specifies a relationship with another component type.

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

Properties

NameTypeDescription
relationshipType?stringThe type of the relationship.
targetComponentTypeId?stringThe ID of the target component type associated with this relationship.

relationshipType?

Type: string (optional)

The type of the relationship.


targetComponentTypeId?

Type: string (optional)

The ID of the target component type associated with this relationship.