/AWS1/CL_BDCEFSCONFIGURATION¶
The configuration for mounting an Amazon Elastic File System (Amazon EFS) access point that you own into a session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accesspointarn TYPE /AWS1/BDCEFSACCESSPOINTARN /AWS1/BDCEFSACCESSPOINTARN¶
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.
iv_mountpath TYPE /AWS1/BDCMOUNTPATH /AWS1/BDCMOUNTPATH¶
The absolute path within the session at which the access point is mounted, for example
/mnt/efs. Each mount path must be unique across all file system configurations in the session.
iv_filesystemarn TYPE /AWS1/BDCEFSFILESYSTEMARN /AWS1/BDCEFSFILESYSTEMARN¶
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.
Queryable Attributes¶
accessPointArn¶
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSPOINTARN() |
Getter for ACCESSPOINTARN, with configurable default |
ASK_ACCESSPOINTARN() |
Getter for ACCESSPOINTARN w/ exceptions if field has no valu |
HAS_ACCESSPOINTARN() |
Determine if ACCESSPOINTARN has a value |
mountPath¶
The absolute path within the session at which the access point is mounted, for example
/mnt/efs. Each mount path must be unique across all file system configurations in the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUNTPATH() |
Getter for MOUNTPATH, with configurable default |
ASK_MOUNTPATH() |
Getter for MOUNTPATH w/ exceptions if field has no value |
HAS_MOUNTPATH() |
Determine if MOUNTPATH has a value |
fileSystemArn¶
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMARN() |
Getter for FILESYSTEMARN, with configurable default |
ASK_FILESYSTEMARN() |
Getter for FILESYSTEMARN w/ exceptions if field has no value |
HAS_FILESYSTEMARN() |
Determine if FILESYSTEMARN has a value |