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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComponentType.RelationshipPropertystatic final classAn implementation forCfnComponentType.RelationshipProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRelationshipType
The type of the relationship.- See Also:
-
getTargetComponentTypeId
The ID of the target component type associated with this relationship.- See Also:
-
builder
-