aws.qbusiness.list_applications
Example SQL Queries
SELECT * FROMaws.qbusiness.list_applications;Description
Lists Amazon Q Business applications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| application_id The identifier for the Amazon Q Business application. | VARCHAR |
| created_at The Unix timestamp when the Amazon Q Business application was created. | TIMESTAMP_S |
| display_name The name of the Amazon Q Business application. | VARCHAR |
| identity_type The authentication type being used by a Amazon Q Business application. | VARCHAR |
| status The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE. | VARCHAR |
| updated_at The Unix timestamp when the Amazon Q Business application was last updated. | TIMESTAMP_S |