/AWS1/CL_TRNEFSFILELOCATION¶
Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon Elastic File Systems (Amazon EFS) for storage.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_filesystemid TYPE /AWS1/TRNEFSFILESYSTEMID /AWS1/TRNEFSFILESYSTEMID¶
The identifier of the file system, assigned by Amazon EFS.
iv_path TYPE /AWS1/TRNEFSPATH /AWS1/TRNEFSPATH¶
The pathname for the folder being used by a workflow.
Queryable Attributes¶
FileSystemId¶
The identifier of the file system, assigned by Amazon EFS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMID() |
Getter for FILESYSTEMID, with configurable default |
ASK_FILESYSTEMID() |
Getter for FILESYSTEMID w/ exceptions if field has no value |
HAS_FILESYSTEMID() |
Determine if FILESYSTEMID has a value |
Path¶
The pathname for the folder being used by a workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATH() |
Getter for PATH, with configurable default |
ASK_PATH() |
Getter for PATH w/ exceptions if field has no value |
HAS_PATH() |
Determine if PATH has a value |