Skip to content

/AWS1/CL_BDOS3FILESACCPTCONF

Configuration for an Amazon S3 Files access point filesystem mounted into the AgentCore Runtime. S3 Files access points provide shared file storage accessible from your AgentCore Runtime sessions.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accesspointarn TYPE /AWS1/BDOS3FILESACCESSPOINTARN /AWS1/BDOS3FILESACCESSPOINTARN

The ARN of the S3 Files access point to mount into the AgentCore Runtime.

iv_mountpath TYPE /AWS1/BDOMOUNTPATH /AWS1/BDOMOUNTPATH

The mount path for the S3 Files access point inside the AgentCore Runtime. The path must be under /mnt with exactly one subdirectory level (for example, /mnt/data).


Queryable Attributes

accessPointArn

The ARN of the S3 Files 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 S3 Files access point inside the AgentCore Runtime. The path must be under /mnt with 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