/AWS1/CL_LMDFILESYSTEMCONFIG¶
Details about the connection between a Lambda function and an Amazon EFS file system.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/LMDFILESYSTEMARN /AWS1/LMDFILESYSTEMARN¶
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
iv_localmountpath TYPE /AWS1/LMDLOCALMOUNTPATH /AWS1/LMDLOCALMOUNTPATH¶
The path where the function can access the file system, starting with
/mnt/.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
LocalMountPath¶
The path where the function can access the file system, starting with
/mnt/.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALMOUNTPATH() |
Getter for LOCALMOUNTPATH, with configurable default |
ASK_LOCALMOUNTPATH() |
Getter for LOCALMOUNTPATH w/ exceptions if field has no valu |
HAS_LOCALMOUNTPATH() |
Determine if LOCALMOUNTPATH 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_FILESYSTEMCONFIGLIST¶
TYPES TT_FILESYSTEMCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMDFILESYSTEMCONFIG WITH DEFAULT KEY
.