aws.qapps.get_q_app
Example SQL Queries
SELECT * FROMaws.qapps.get_q_appWHERE"instance_id" = 'VALUE'AND "app_id" = 'VALUE';Description
Retrieves the full details of an Q App, including its definition specifying the cards and flow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique identifier of the Q App. | VARCHAR |
| 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_definition The full definition of the Q App, specifying the cards and flow. | STRUCT( |
Show child fields
| |
| app_version The version of the Q App. | BIGINT |
| created_at The date and time the Q App was created. | TIMESTAMP_S |
| created_by The user who created the Q App. | VARCHAR |
| description The description of the Q App. | VARCHAR |
| initial_prompt The initial prompt displayed when the Q App is started. | VARCHAR |
| required_capabilities The capabilities required to run the Q App, such as file upload or third-party integrations. | VARCHAR[] |
Show child fields
| |
| status The status of the Q App. | VARCHAR |
| title The title of the Q App. | VARCHAR |
| updated_at The date and time the Q App was last updated. | TIMESTAMP_S |
| updated_by The user who last updated the Q App. | VARCHAR |