/AWS1/CL_BTCS3FILESVOLUMECONF¶
This is used when you're using an S3Files file system for job storage.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_filesystemarn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The Amazon Resource Name (ARN) of the S3Files file system to use.
Optional arguments:¶
iv_rootdirectory TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The directory within the S3Files file system to mount as the root directory.
iv_transitencryptionport TYPE /AWS1/BTCINTEGER /AWS1/BTCINTEGER¶
The port to use when sending encrypted data between the Amazon ECS host and the S3Files file system server.
iv_accesspointarn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The Amazon Resource Name (ARN) of the S3Files access point to use.
Queryable Attributes¶
fileSystemArn¶
The Amazon Resource Name (ARN) of the S3Files file system to use.
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 |
rootDirectory¶
The directory within the S3Files file system to mount as the root directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROOTDIRECTORY() |
Getter for ROOTDIRECTORY, with configurable default |
ASK_ROOTDIRECTORY() |
Getter for ROOTDIRECTORY w/ exceptions if field has no value |
HAS_ROOTDIRECTORY() |
Determine if ROOTDIRECTORY has a value |
transitEncryptionPort¶
The port to use when sending encrypted data between the Amazon ECS host and the S3Files file system server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSITENCRYPTIONPORT() |
Getter for TRANSITENCRYPTIONPORT, with configurable default |
ASK_TRANSITENCRYPTIONPORT() |
Getter for TRANSITENCRYPTIONPORT w/ exceptions if field has |
HAS_TRANSITENCRYPTIONPORT() |
Determine if TRANSITENCRYPTIONPORT has a value |
accessPointArn¶
The Amazon Resource Name (ARN) of the S3Files access point to use.
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 |