![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.iottwinmaker.kotlin.SyncJobArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iottwinmaker.kotlin
import com.pulumi.awsnative.iottwinmaker.SyncJobArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource schema for AWS::IoTTwinMaker::SyncJob
* @property syncRole The IAM Role that execute SyncJob.
* @property syncSource The source of the SyncJob.
* @property tags A key-value pair to associate with a resource.
* @property workspaceId The ID of the workspace.
*/
public data class SyncJobArgs(
public val syncRole: Output? = null,
public val syncSource: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy