Builder

class Builder

Properties

Link copied to clipboard

The cache behavior for the runs. Requires cacheId to be set.

Link copied to clipboard

The identifier of the run cache to associate with the runs.

Link copied to clipboard

The verbosity level for CloudWatch Logs emitted during each run.

Link copied to clipboard
var name: String?

An optional user-friendly name applied to each workflow run. Can be overridden per run.

Link copied to clipboard

The expected AWS account ID of the owner of the output S3 bucket. Can be overridden per run.

Link copied to clipboard

The destination S3 URI for workflow outputs. Must begin with s3://. The roleArn must grant write permissions to this bucket. Can be overridden per run.

Link copied to clipboard
var parameters: <Error class: unknown class>?

Workflow parameter names and values shared across all runs. Merged with per-run parameters; run-specific values take precedence when keys overlap. Can be overridden per run.

Link copied to clipboard

An integer priority for the workflow runs. Higher values correspond to higher priority. A value of 0 corresponds to the lowest priority. Can be overridden per run.

Link copied to clipboard

The retention behavior for runs after completion.

Link copied to clipboard

The IAM role ARN that grants HealthOmics permissions to access required AWS resources such as Amazon S3 and CloudWatch. The role must have the same permissions required for individual StartRun calls.

Link copied to clipboard

The ID of the run group to contain all workflow runs in the batch.

Link copied to clipboard

AWS tags to associate with each workflow run. Merged with per-run runTags; run-specific values take precedence when keys overlap.

Link copied to clipboard

The filesystem size in gibibytes (GiB) provisioned for each workflow run and shared by all tasks in that run. Defaults to 1200 GiB if not specified.

Link copied to clipboard

The storage type for the workflow runs.

Link copied to clipboard

The identifier of the workflow to run.

Link copied to clipboard

The AWS account ID of the workflow owner, used for cross-account workflow sharing.

Link copied to clipboard

The type of the originating workflow. Batch runs are not supported with READY2RUN workflows.

Link copied to clipboard

The version name of the specified workflow.