Skip to content

/AWS1/CL_FSXCREANDATTACHS3AC01

Specifies the FSx for OpenZFS volume that the S3 access point will be attached to, and the file system user identity.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_volumeid TYPE /AWS1/FSXVOLUMEID /AWS1/FSXVOLUMEID

The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.

io_filesystemidentity TYPE REF TO /AWS1/CL_FSXOPENZFSFILESYSTE01 /AWS1/CL_FSXOPENZFSFILESYSTE01

Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.


Queryable Attributes

VolumeId

The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.

Accessible with the following methods

Method Description
GET_VOLUMEID() Getter for VOLUMEID, with configurable default
ASK_VOLUMEID() Getter for VOLUMEID w/ exceptions if field has no value
HAS_VOLUMEID() Determine if VOLUMEID has a value

FileSystemIdentity

Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.

Accessible with the following methods

Method Description
GET_FILESYSTEMIDENTITY() Getter for FILESYSTEMIDENTITY