![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.imagebuilder.kotlin.WorkflowArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.imagebuilder.kotlin
import com.pulumi.awsnative.imagebuilder.WorkflowArgs.builder
import com.pulumi.awsnative.imagebuilder.kotlin.enums.WorkflowType
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::ImageBuilder::Workflow
* @property changeDescription The change description of the workflow.
* @property data The data of the workflow.
* @property description The description of the workflow.
* @property kmsKeyId The KMS key identifier used to encrypt the workflow.
* @property name The name of the workflow.
* @property tags The tags associated with the workflow.
* @property type The type of the workflow denotes whether the workflow is used to build, test, or distribute.
* @property uri The uri of the workflow.
* @property version The version of the workflow.
*/
public data class WorkflowArgs(
public val changeDescription: Output? = null,
public val `data`: Output? = null,
public val description: Output? = null,
public val kmsKeyId: Output? = null,
public val name: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy