/AWS1/CL_KN2S3REFERENCEDATAS01¶
For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucketarnupdate TYPE /AWS1/KN2BUCKETARN /AWS1/KN2BUCKETARN¶
The Amazon Resource Name (ARN) of the S3 bucket.
iv_filekeyupdate TYPE /AWS1/KN2FILEKEY /AWS1/KN2FILEKEY¶
The object key name.
Queryable Attributes¶
BucketARNUpdate¶
The Amazon Resource Name (ARN) of the S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETARNUPDATE() |
Getter for BUCKETARNUPDATE, with configurable default |
ASK_BUCKETARNUPDATE() |
Getter for BUCKETARNUPDATE w/ exceptions if field has no val |
HAS_BUCKETARNUPDATE() |
Determine if BUCKETARNUPDATE has a value |
FileKeyUpdate¶
The object key name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEKEYUPDATE() |
Getter for FILEKEYUPDATE, with configurable default |
ASK_FILEKEYUPDATE() |
Getter for FILEKEYUPDATE w/ exceptions if field has no value |
HAS_FILEKEYUPDATE() |
Determine if FILEKEYUPDATE has a value |