Workflow Version Args
data class WorkflowVersionArgs(val accelerators: Output<WorkflowVersionAccelerators>? = null, val definitionUri: Output<String>? = null, val description: Output<String>? = null, val engine: Output<WorkflowVersionWorkflowEngine>? = null, val main: Output<String>? = null, val parameterTemplate: Output<Map<String, WorkflowVersionWorkflowParameterArgs>>? = null, val storageCapacity: Output<Double>? = null, val storageType: Output<WorkflowVersionStorageType>? = null, val tags: Output<Map<String, String>>? = null, val versionName: Output<String>? = null, val workflowBucketOwnerId: Output<String>? = null, val workflowId: Output<String>? = null) : ConvertibleToJava<WorkflowVersionArgs>
Definition of AWS::Omics::WorkflowVersion Resource Type.
Constructors
Link copied to clipboard
constructor(accelerators: Output<WorkflowVersionAccelerators>? = null, definitionUri: Output<String>? = null, description: Output<String>? = null, engine: Output<WorkflowVersionWorkflowEngine>? = null, main: Output<String>? = null, parameterTemplate: Output<Map<String, WorkflowVersionWorkflowParameterArgs>>? = null, storageCapacity: Output<Double>? = null, storageType: Output<WorkflowVersionStorageType>? = null, tags: Output<Map<String, String>>? = null, versionName: Output<String>? = null, workflowBucketOwnerId: Output<String>? = null, workflowId: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The description of the workflow version.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The name of the workflow version.
Link copied to clipboard
Link copied to clipboard
The workflow's ID.