SyncJobArgs

data class SyncJobArgs(val syncRole: Output<String>? = null, val syncSource: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<SyncJobArgs>

Resource schema for AWS::IoTTwinMaker::SyncJob

Constructors

Link copied to clipboard
constructor(syncRole: Output<String>? = null, syncSource: Output<String>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)

Properties

Link copied to clipboard
val syncRole: Output<String>? = null

The IAM Role that execute SyncJob.

Link copied to clipboard
val syncSource: Output<String>? = null

The source of the SyncJob.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A key-value pair to associate with a resource.

Link copied to clipboard
val workspaceId: Output<String>? = null

The ID of the workspace.

Functions

Link copied to clipboard
open override fun toJava(): SyncJobArgs