/AWS1/CL_BDCTOOLSFILESYSCONF¶
Specifies a file system to mount into the session by providing exactly one of the following:
-
s3FilesConfiguration- Mounts an Amazon Simple Storage Service (Amazon S3) Files access point. -
efsConfiguration- Mounts an Amazon Elastic File System (Amazon EFS) access point.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_s3filesconfiguration TYPE REF TO /AWS1/CL_BDCS3FILESCONF /AWS1/CL_BDCS3FILESCONF¶
The configuration for mounting your own Amazon Simple Storage Service (Amazon S3) Files access point into the session.
io_efsconfiguration TYPE REF TO /AWS1/CL_BDCEFSCONFIGURATION /AWS1/CL_BDCEFSCONFIGURATION¶
The configuration for mounting your own Amazon Elastic File System (Amazon EFS) access point into the session.
Queryable Attributes¶
s3FilesConfiguration¶
The configuration for mounting your own Amazon Simple Storage Service (Amazon S3) Files access point into the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3FILESCONFIGURATION() |
Getter for S3FILESCONFIGURATION |
efsConfiguration¶
The configuration for mounting your own Amazon Elastic File System (Amazon EFS) access point into the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFSCONFIGURATION() |
Getter for EFSCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOOLSFILESYSTEMCONFS¶
TYPES TT_TOOLSFILESYSTEMCONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCTOOLSFILESYSCONF WITH DEFAULT KEY
.