/AWS1/CL_DBRS3LOCATION¶
Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/DBRBUCKET /AWS1/DBRBUCKET¶
The Amazon S3 bucket name.
Optional arguments:¶
iv_key TYPE /AWS1/DBRKEY /AWS1/DBRKEY¶
The unique name of the object in the bucket.
iv_bucketowner TYPE /AWS1/DBRBUCKETOWNER /AWS1/DBRBUCKETOWNER¶
The Amazon Web Services account ID of the bucket owner.
Queryable Attributes¶
Bucket¶
The Amazon S3 bucket name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
Key¶
The unique name of the object in the bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
BucketOwner¶
The Amazon Web Services account ID of the bucket owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETOWNER() |
Getter for BUCKETOWNER, with configurable default |
ASK_BUCKETOWNER() |
Getter for BUCKETOWNER w/ exceptions if field has no value |
HAS_BUCKETOWNER() |
Determine if BUCKETOWNER has a value |