interface RelationshipProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTTwinMaker.CfnComponentType.RelationshipProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnComponentType_RelationshipProperty |
![]() | software.amazon.awscdk.services.iottwinmaker.CfnComponentType.RelationshipProperty |
![]() | aws_cdk.aws_iottwinmaker.CfnComponentType.RelationshipProperty |
![]() | 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
Name | Type | Description |
---|---|---|
relationship | string | The type of the relationship. |
target | string | The 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.