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
/
GetSyncJobPlainArgs
Get
Sync
Job
Plain
Args
data
class
GetSyncJobPlainArgs
(
val
syncSource
:
String
,
val
workspaceId
:
String
)
:
ConvertibleToJava
<
GetSyncJobPlainArgs
>
Members
Constructors
Get
Sync
Job
Plain
Args
Link copied to clipboard
constructor
(
syncSource
:
String
,
workspaceId
:
String
)
Properties
sync
Source
Link copied to clipboard
val
syncSource
:
String
The source of the SyncJob.
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
(
)
:
GetSyncJobPlainArgs