/AWS1/CL_OMXINLINESETTING¶
A per-run configuration that overrides or merges with fields from DefaultRunSetting for a specific run.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_runsettingid TYPE /AWS1/OMXRUNSETTINGID /AWS1/OMXRUNSETTINGID¶
A customer-provided unique identifier for this run configuration within the batch. After submission, use
ListRunsInBatchto map eachrunSettingIdto the HealthOmics-generatedrunId.
Optional arguments:¶
iv_name TYPE /AWS1/OMXRUNNAME /AWS1/OMXRUNNAME¶
An optional user-friendly name for this run.
iv_outputuri TYPE /AWS1/OMXRUNOUTPUTURI /AWS1/OMXRUNOUTPUTURI¶
Override the destination S3 URI for this run's outputs.
iv_priority TYPE /AWS1/OMXINTEGER /AWS1/OMXINTEGER¶
Override the priority for this run.
io_parameters TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
Per-run workflow parameters. Merged with
defaultRunSetting.parameters; values in this object take precedence when keys overlap.
iv_outputbucketownerid TYPE /AWS1/OMXAWSACCOUNTID /AWS1/OMXAWSACCOUNTID¶
The expected AWS account ID of the owner of the output S3 bucket for this run.
it_runtags TYPE /AWS1/CL_OMXTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Per-run AWS tags. Merged with
defaultRunSetting.runTags; values in this object take precedence when keys overlap.
Queryable Attributes¶
runSettingId¶
A customer-provided unique identifier for this run configuration within the batch. After submission, use
ListRunsInBatchto map eachrunSettingIdto the HealthOmics-generatedrunId.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNSETTINGID() |
Getter for RUNSETTINGID, with configurable default |
ASK_RUNSETTINGID() |
Getter for RUNSETTINGID w/ exceptions if field has no value |
HAS_RUNSETTINGID() |
Determine if RUNSETTINGID has a value |
name¶
An optional user-friendly name for this run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
outputUri¶
Override the destination S3 URI for this run's outputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTURI() |
Getter for OUTPUTURI, with configurable default |
ASK_OUTPUTURI() |
Getter for OUTPUTURI w/ exceptions if field has no value |
HAS_OUTPUTURI() |
Determine if OUTPUTURI has a value |
priority¶
Override the priority for this run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIORITY() |
Getter for PRIORITY, with configurable default |
ASK_PRIORITY() |
Getter for PRIORITY w/ exceptions if field has no value |
HAS_PRIORITY() |
Determine if PRIORITY has a value |
parameters¶
Per-run workflow parameters. Merged with
defaultRunSetting.parameters; values in this object take precedence when keys overlap.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
outputBucketOwnerId¶
The expected AWS account ID of the owner of the output S3 bucket for this run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTBUCKETOWNERID() |
Getter for OUTPUTBUCKETOWNERID, with configurable default |
ASK_OUTPUTBUCKETOWNERID() |
Getter for OUTPUTBUCKETOWNERID w/ exceptions if field has no |
HAS_OUTPUTBUCKETOWNERID() |
Determine if OUTPUTBUCKETOWNERID has a value |
runTags¶
Per-run AWS tags. Merged with
defaultRunSetting.runTags; values in this object take precedence when keys overlap.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNTAGS() |
Getter for RUNTAGS, with configurable default |
ASK_RUNTAGS() |
Getter for RUNTAGS w/ exceptions if field has no value |
HAS_RUNTAGS() |
Determine if RUNTAGS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INLINESETTINGS¶
TYPES TT_INLINESETTINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXINLINESETTING WITH DEFAULT KEY
.