/AWS1/CL_RBMOUTPUTLOCATION¶
The output location.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3bucket TYPE /AWS1/RBMS3BUCKET /AWS1/RBMS3BUCKET¶
The S3 bucket for output.
iv_s3prefix TYPE /AWS1/RBMS3KEY /AWS1/RBMS3KEY¶
The S3 folder in the
s3Bucketwhere output files will be placed.
Queryable Attributes¶
s3Bucket¶
The S3 bucket for output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
s3Prefix¶
The S3 folder in the
s3Bucketwhere output files will be placed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3PREFIX() |
Getter for S3PREFIX, with configurable default |
ASK_S3PREFIX() |
Getter for S3PREFIX w/ exceptions if field has no value |
HAS_S3PREFIX() |
Determine if S3PREFIX has a value |