aws.qapps.get_q_app_session
Example SQL Queries
SELECT * FROMaws.qapps.get_q_app_sessionWHERE"instance_id" = 'VALUE'AND "session_id" = 'VALUE';Description
Retrieves the current state and results for an active session of an Amazon Q App.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The unique identifier of the Amazon Q Business application environment instance. | VARCHAR |
| session_id Required Input Column The unique identifier of the Q App session. | 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
| |
| card_status The current status for each card in the Q App session. | MAP(VARCHAR, STRUCT( |
| session_arn The Amazon Resource Name (ARN) of the Q App session. | VARCHAR |
| status The current status of the Q App session. | VARCHAR |