/AWS1/CL_ECSMOUNTPOINT¶
The details for a volume mount point that's used in a container definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sourcevolume TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The name of the volume to mount. Must be a volume name referenced in the
nameparameter of task definitionvolume.
iv_containerpath TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The path on the container to mount the host volume at.
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¶
sourceVolume¶
The name of the volume to mount. Must be a volume name referenced in the
nameparameter of task definitionvolume.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEVOLUME() |
Getter for SOURCEVOLUME, with configurable default |
ASK_SOURCEVOLUME() |
Getter for SOURCEVOLUME w/ exceptions if field has no value |
HAS_SOURCEVOLUME() |
Determine if SOURCEVOLUME has a value |
containerPath¶
The path on the container to mount the host volume at.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERPATH() |
Getter for CONTAINERPATH, with configurable default |
ASK_CONTAINERPATH() |
Getter for CONTAINERPATH w/ exceptions if field has no value |
HAS_CONTAINERPATH() |
Determine if CONTAINERPATH 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_MOUNTPOINTLIST¶
TYPES TT_MOUNTPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSMOUNTPOINT WITH DEFAULT KEY
.