/AWS1/CL_ECSVOLUMEFROM¶
Details on a data volume from another container in the same task definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourcecontainer TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The name of another container within the same task definition to mount volumes from.
iv_readonly TYPE /AWS1/ECSBOXEDBOOLEAN /AWS1/ECSBOXEDBOOLEAN¶
If this value is
true, the container has read-only access to the volume. If this value isfalse, then the container can write to the volume. The default value isfalse.
Queryable Attributes¶
sourceContainer¶
The name of another container within the same task definition to mount volumes from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECONTAINER() |
Getter for SOURCECONTAINER, with configurable default |
ASK_SOURCECONTAINER() |
Getter for SOURCECONTAINER w/ exceptions if field has no val |
HAS_SOURCECONTAINER() |
Determine if SOURCECONTAINER has a value |
readOnly¶
If this value is
true, the container has read-only access to the volume. If this value isfalse, then the container can write to the volume. The default value isfalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READONLY() |
Getter for READONLY, with configurable default |
ASK_READONLY() |
Getter for READONLY w/ exceptions if field has no value |
HAS_READONLY() |
Determine if READONLY 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_VOLUMEFROMLIST¶
TYPES TT_VOLUMEFROMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSVOLUMEFROM WITH DEFAULT KEY
.