![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.omics.kotlin.WorkflowArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.omics.kotlin
import com.pulumi.awsnative.omics.WorkflowArgs.builder
import com.pulumi.awsnative.omics.kotlin.enums.WorkflowAccelerators
import com.pulumi.awsnative.omics.kotlin.enums.WorkflowEngine
import com.pulumi.awsnative.omics.kotlin.inputs.WorkflowParameterArgs
import com.pulumi.awsnative.omics.kotlin.inputs.WorkflowParameterArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Double
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Definition of AWS::Omics::Workflow Resource Type
* @property accelerators
* @property definitionUri The URI of a definition for the workflow.
* @property description The parameter's description.
* @property engine An engine for the workflow.
* @property main The path of the main definition file for the workflow.
* @property name The workflow's name.
* @property parameterTemplate The workflow's parameter template.
* @property storageCapacity The default storage capacity for the workflow runs, in gibibytes.
* @property tags Tags for the workflow.
*/
public data class WorkflowArgs(
public val accelerators: Output? = null,
public val definitionUri: Output? = null,
public val description: Output? = null,
public val engine: Output? = null,
public val main: Output? = null,
public val name: Output? = null,
public val parameterTemplate: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy