aws-cdk-lib.aws_iottwinmaker.CfnComponentType.RelationshipValueProperty

interface RelationshipValueProperty

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

The component type relationship value.

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.CfnComponentType.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.