Workflow

class Workflow : KotlinCustomResource

Definition of AWS::Omics::Workflow Resource Type

Properties

Link copied to clipboard
Link copied to clipboard
val arn: Output<String>

The ARN for the workflow.

Link copied to clipboard
val awsId: Output<String>

The workflow's ID.

Link copied to clipboard
val creationTime: Output<String>

When the workflow was created.

Link copied to clipboard
val definitionUri: Output<String>?

The URI of a definition for the workflow.

Link copied to clipboard
val description: Output<String>?

The parameter's description.

Link copied to clipboard
val engine: Output<WorkflowEngine>?

An engine for the workflow.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val main: Output<String>?

The path of the main definition file for the workflow.

Link copied to clipboard
val name: Output<String>?

The workflow's name.

Link copied to clipboard

The workflow's parameter template.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<WorkflowStatus>

The workflow's status.

Link copied to clipboard
val storageCapacity: Output<Double>?

The default storage capacity for the workflow runs, in gibibytes.

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

Tags for the workflow.

Link copied to clipboard
val type: Output<WorkflowType>

The workflow's type.

Link copied to clipboard
val urn: Output<String>