toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iottwinmaker.kotlin.inputs
/
GetComponentTypePlainArgs
Get
Component
Type
Plain
Args
data
class
GetComponentTypePlainArgs
(
val
componentTypeId
:
String
,
val
workspaceId
:
String
)
:
ConvertibleToJava
<
GetComponentTypePlainArgs
>
Members
Constructors
Get
Component
Type
Plain
Args
Link copied to clipboard
constructor
(
componentTypeId
:
String
,
workspaceId
:
String
)
Properties
component
Type
Id
Link copied to clipboard
val
componentTypeId
:
String
The ID of the component type.
workspace
Id
Link copied to clipboard
val
workspaceId
:
String
The ID of the workspace that contains the component type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetComponentTypePlainArgs