aws.qapps.list_q_apps
Example SQL Queries
SELECT * FROMaws.qapps.list_q_appsWHERE"instance_id" = 'VALUE';Description
Lists the Amazon Q Apps owned by or associated with the user either because they created it or because they used it from the library in the past. The user identity is extracted from the credentials used to invoke this operation..
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The unique identifier of the Amazon Q Business application environment instance. | 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
| |
| app_arn The Amazon Resource Name (ARN) of the Q App. | VARCHAR |
| app_id The unique identifier of the Q App. | VARCHAR |
| can_edit A flag indicating whether the user can edit the Q App. | BOOLEAN |
| created_at The date and time the user's association with the Q App was created. | TIMESTAMP_S |
| description The description of the Q App. | VARCHAR |
| status The status of the user's association with the Q App. | VARCHAR |
| title The title of the Q App. | VARCHAR |