Skip to content

/AWS1/CL_BDOFILESYSTEMCONF

Configuration for a filesystem that can be mounted into the AgentCore Runtime.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_sessionstorage TYPE REF TO /AWS1/CL_BDOSESSIONSTORAGECONF /AWS1/CL_BDOSESSIONSTORAGECONF

Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.

io_s3filesaccesspoint TYPE REF TO /AWS1/CL_BDOS3FILESACCPTCONF /AWS1/CL_BDOS3FILESACCPTCONF

Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.

io_efsaccesspoint TYPE REF TO /AWS1/CL_BDOEFSACCESSPOINTCONF /AWS1/CL_BDOEFSACCESSPOINTCONF

Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.


Queryable Attributes

sessionStorage

Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.

Accessible with the following methods

Method Description
GET_SESSIONSTORAGE() Getter for SESSIONSTORAGE

s3FilesAccessPoint

Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.

Accessible with the following methods

Method Description
GET_S3FILESACCESSPOINT() Getter for S3FILESACCESSPOINT

efsAccessPoint

Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.

Accessible with the following methods

Method Description
GET_EFSACCESSPOINT() Getter for EFSACCESSPOINT

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_FILESYSTEMCONFIGURATIONS

TYPES TT_FILESYSTEMCONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOFILESYSTEMCONF WITH DEFAULT KEY
.