Skip to content

/AWS1/CL_BDCS3FILESCONF

The configuration for mounting an Amazon Simple Storage Service (Amazon S3) Files access point that you own into a session.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_accesspointarn TYPE /AWS1/BDCS3FILESACCESSPOINTARN /AWS1/BDCS3FILESACCESSPOINTARN

The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files 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/s3data. Each mount path must be unique across all file system configurations in the session.

iv_filesystemarn TYPE /AWS1/BDCS3FILESFILESYSTEMARN /AWS1/BDCS3FILESFILESYSTEMARN

The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files file system that owns the access point.


Queryable Attributes

accessPointArn

The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files 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/s3data. 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 Simple Storage Service (Amazon S3) Files 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