/AWS1/CL_IOSSOURCE¶
The data source for the dataset.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/IOSSTRING /AWS1/IOSSTRING¶
Contains the ARN of the dataset. If the source is Kendra, it's the ARN of the Kendra index.
io_location TYPE REF TO /AWS1/CL_IOSLOCATION /AWS1/CL_IOSLOCATION¶
Contains the location information where the cited text is originally stored. For example, if the data source is Kendra, and the text synchronized is from an S3 bucket, then the location refers to an S3 object.
Queryable Attributes¶
arn¶
Contains the ARN of the dataset. If the source is Kendra, it's the ARN of the Kendra index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
location¶
Contains the location information where the cited text is originally stored. For example, if the data source is Kendra, and the text synchronized is from an S3 bucket, then the location refers to an S3 object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |