toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iottwinmaker.kotlin.outputs
/
ComponentTypeRelationship
Component
Type
Relationship
data
class
ComponentTypeRelationship
(
val
relationshipType
:
String
?
=
null
,
val
targetComponentTypeId
:
String
?
=
null
)
The type of the relationship.
Members
Constructors
Component
Type
Relationship
Link copied to clipboard
constructor
(
relationshipType
:
String
?
=
null
,
targetComponentTypeId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
relationship
Type
Link copied to clipboard
val
relationshipType
:
String
?
=
null
The type of the relationship.
target
Component
Type
Id
Link copied to clipboard
val
targetComponentTypeId
:
String
?
=
null
The ID of the target component type associated with this relationship.