aws.qbusiness.list_documents
Example SQL Queries
SELECT * FROMaws.qbusiness.list_documentsWHERE"application_id" = 'VALUE'AND "index_id" = 'VALUE';Description
A list of documents attached to an index.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the application id the documents are attached to. | VARCHAR |
| index_id Required Input Column The identifier of the index the documents are attached to. | VARCHAR |
| data_source_ids Input Column The identifier of the data sources the documents are attached to. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The timestamp for when the document was created. | TIMESTAMP_S |
| document_id The identifier of the document. | VARCHAR |
| error An error message associated with the document. | STRUCT( |
Show child fields
| |
| status The current status of the document. | VARCHAR |
| updated_at The timestamp for when the document was last updated. | TIMESTAMP_S |