InlineSetting - HealthOmics API Reference

InlineSetting

A per-run configuration that overrides or merges with fields from DefaultRunSetting for a specific run.

Contents

runSettingId

A customer-provided unique identifier for this run configuration within the batch. After submission, use ListRunsInBatch to map each runSettingId to the HealthOmics-generated runId.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Required: Yes

name

An optional user-friendly name for this run.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Required: No

outputBucketOwnerId

The expected AWS account ID of the owner of the output S3 bucket for this run.

Type: String

Length Constraints: Fixed length of 12.

Pattern: [0-9]+

Required: No

outputUri

Override the destination S3 URI for this run's outputs.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 750.

Pattern: [\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+

Required: No

parameters

Per-run workflow parameters. Merged with defaultRunSetting.parameters; values in this object take precedence when keys overlap.

Type: JSON value

Required: No

priority

Override the priority for this run.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 100000.

Required: No

runTags

Per-run AWS tags. Merged with defaultRunSetting.runTags; values in this object take precedence when keys overlap.

Type: String to string map

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Value Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: