aws.qbusiness.list_indices
Example SQL Queries
SELECT * FROMaws.qbusiness.list_indicesWHERE"application_id" = 'VALUE';Description
Lists the Amazon Q Business indices you have created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the Amazon Q Business application connected to the index. | VARCHAR |
| _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 Unix timestamp when the index was created. | TIMESTAMP_S |
| display_name The name of the index. | VARCHAR |
| index_id The identifier for the index. | VARCHAR |
| status The current status of the index. When the status is ACTIVE, the index is ready. | VARCHAR |
| updated_at The Unix timestamp when the index was last updated. | TIMESTAMP_S |