/AWS1/CL_IOACONTAINERDSACTION¶
Information required to run the containerAction
to produce dataset
contents.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_image
TYPE /AWS1/IOAIMAGE
/AWS1/IOAIMAGE
¶
The ARN of the Docker container stored in your account. The Docker container contains an application and required support libraries and is used to generate dataset contents.
iv_executionrolearn
TYPE /AWS1/IOAROLEARN
/AWS1/IOAROLEARN
¶
The ARN of the role that gives permission to the system to access required resources to run the
containerAction
. This includes, at minimum, permission to retrieve the dataset contents that are the input to the containerized application.
io_resourceconfiguration
TYPE REF TO /AWS1/CL_IOARESOURCECONF
/AWS1/CL_IOARESOURCECONF
¶
Configuration of the resource that executes the
containerAction
.
Optional arguments:¶
it_variables
TYPE /AWS1/CL_IOAVARIABLE=>TT_VARIABLES
TT_VARIABLES
¶
The values of variables used in the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of
stringValue
,datasetContentVersionValue
, oroutputFileUriValue
.
Queryable Attributes¶
image¶
The ARN of the Docker container stored in your account. The Docker container contains an application and required support libraries and is used to generate dataset contents.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMAGE() |
Getter for IMAGE, with configurable default |
ASK_IMAGE() |
Getter for IMAGE w/ exceptions if field has no value |
HAS_IMAGE() |
Determine if IMAGE has a value |
executionRoleArn¶
The ARN of the role that gives permission to the system to access required resources to run the
containerAction
. This includes, at minimum, permission to retrieve the dataset contents that are the input to the containerized application.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN, with configurable default |
ASK_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN w/ exceptions if field has no va |
HAS_EXECUTIONROLEARN() |
Determine if EXECUTIONROLEARN has a value |
resourceConfiguration¶
Configuration of the resource that executes the
containerAction
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCECONFIGURATION() |
Getter for RESOURCECONFIGURATION |
variables¶
The values of variables used in the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of
stringValue
,datasetContentVersionValue
, oroutputFileUriValue
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VARIABLES() |
Getter for VARIABLES, with configurable default |
ASK_VARIABLES() |
Getter for VARIABLES w/ exceptions if field has no value |
HAS_VARIABLES() |
Determine if VARIABLES has a value |