aws.qbusiness.list_retrievers
Example SQL Queries
SELECT * FROMaws.qbusiness.list_retrieversWHERE"application_id" = 'VALUE';Description
Lists the retriever used by an Amazon Q Business application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the Amazon Q Business application using the retriever. | 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 |
| display_name The name of your retriever. | VARCHAR |
| retriever_id The identifier of the retriever used by your Amazon Q Business application. | VARCHAR |
| status The status of your retriever. | VARCHAR |
| type The type of your retriever. | VARCHAR |