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
/
GetEntityPlainArgs
Get
Entity
Plain
Args
data
class
GetEntityPlainArgs
(
val
entityId
:
String
,
val
workspaceId
:
String
)
:
ConvertibleToJava
<
GetEntityPlainArgs
>
Members
Constructors
Get
Entity
Plain
Args
Link copied to clipboard
constructor
(
entityId
:
String
,
workspaceId
:
String
)
Properties
entity
Id
Link copied to clipboard
val
entityId
:
String
The ID of the entity.
workspace
Id
Link copied to clipboard
val
workspaceId
:
String
The ID of the workspace.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEntityPlainArgs