/AWS1/CL_FNDS3LOCATION¶
The location of an external Dataview in an S3 bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucket TYPE /AWS1/FNDS3BUCKETNAME /AWS1/FNDS3BUCKETNAME¶
The name of the S3 bucket.
iv_key TYPE /AWS1/FNDS3KEY /AWS1/FNDS3KEY¶
The path of the folder, within the S3 bucket that contains the Dataset.
Queryable Attributes¶
bucket¶
The name of the S3 bucket.
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 path of the folder, within the S3 bucket that contains the Dataset.
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 |