Interface CfnComponentType.RelationshipValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComponentType.RelationshipValueProperty.Jsii$Proxy
- Enclosing class:
CfnComponentType
@Stability(Stable)
public static interface CfnComponentType.RelationshipValueProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iottwinmaker.*; RelationshipValueProperty relationshipValueProperty = RelationshipValueProperty.builder() .targetComponentName("targetComponentName") .targetEntityId("targetEntityId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnComponentType.RelationshipValueProperty
static final class
An implementation forCfnComponentType.RelationshipValueProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetComponentName
The target component name.- See Also:
-
getTargetEntityId
The target entity Id.- See Also:
-
builder
-