/AWS1/CL_DBRDATABASETBLOUTOPTS¶
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_tablename
TYPE /AWS1/DBRDATABASETABLENAME
/AWS1/DBRDATABASETABLENAME
¶
A prefix for the name of a table DataBrew will create in the database.
Optional arguments:¶
io_tempdirectory
TYPE REF TO /AWS1/CL_DBRS3LOCATION
/AWS1/CL_DBRS3LOCATION
¶
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
Queryable Attributes¶
TempDirectory¶
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TEMPDIRECTORY() |
Getter for TEMPDIRECTORY |
TableName¶
A prefix for the name of a table DataBrew will create in the database.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TABLENAME() |
Getter for TABLENAME, with configurable default |
ASK_TABLENAME() |
Getter for TABLENAME w/ exceptions if field has no value |
HAS_TABLENAME() |
Determine if TABLENAME has a value |