pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
Get
Sync
Job
Plain
Args
Link copied to clipboard
fun
GetSyncJobPlainArgs
(
syncSource
:
String
,
workspaceId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetSyncJobPlainArgs
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.