Interface CfnComponentType.RelationshipProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnComponentType.RelationshipProperty.Jsii$Proxy
Enclosing class:
CfnComponentType

@Stability(Stable) public static interface CfnComponentType.RelationshipProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iottwinmaker.*;
 RelationshipProperty relationshipProperty = RelationshipProperty.builder()
         .relationshipType("relationshipType")
         .targetComponentTypeId("targetComponentTypeId")
         .build();
 

See Also: