/AWS1/CL_BDOEFSACCESSPOINTCONF¶
Configuration for an Amazon EFS access point filesystem mounted into the AgentCore Runtime. EFS access points provide shared file storage accessible from your AgentCore Runtime sessions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accesspointarn TYPE /AWS1/BDOEFSACCESSPOINTARN /AWS1/BDOEFSACCESSPOINTARN¶
The ARN of the EFS access point to mount into the AgentCore Runtime.
iv_mountpath TYPE /AWS1/BDOMOUNTPATH /AWS1/BDOMOUNTPATH¶
The mount path for the EFS access point inside the AgentCore Runtime. The path must be under
/mntwith exactly one subdirectory level (for example,/mnt/data).
Queryable Attributes¶
accessPointArn¶
The ARN of the EFS access point to mount into the AgentCore Runtime.
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 mount path for the EFS access point inside the AgentCore Runtime. The path must be under
/mntwith exactly one subdirectory level (for example,/mnt/data).
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 |