Skip to content

/AWS1/CL_LOCJOBOUTPUTOPTIONS

Configuration for output data location and format.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_format TYPE /AWS1/LOCJOBOUTPUTFORMAT /AWS1/LOCJOBOUTPUTFORMAT

Output data format. Currently only "Parquet" is supported.

iv_location TYPE /AWS1/LOCJOBOUTPUTLOCATION /AWS1/LOCJOBOUTPUTLOCATION

S3 ARN or URI where output files will be written.

The Amazon S3 bucket must exist in the same Amazon Web Services region where you plan to run your job.


Queryable Attributes

Format

Output data format. Currently only "Parquet" is supported.

Accessible with the following methods

Method Description
GET_FORMAT() Getter for FORMAT, with configurable default
ASK_FORMAT() Getter for FORMAT w/ exceptions if field has no value
HAS_FORMAT() Determine if FORMAT has a value

Location

S3 ARN or URI where output files will be written.

The Amazon S3 bucket must exist in the same Amazon Web Services region where you plan to run your job.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value