aws.qconnect.get_session
Example SQL Queries
SELECT * FROMaws.qconnect.get_sessionWHERE"assistant_id" = 'VALUE'AND "session_id" = 'VALUE';Description
Retrieves information for a specified session.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assistant_id Required Input Column The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. | VARCHAR |
| session_id Required Input Column The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN. | 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
| |
| session The session. | STRUCT( |
Show child fields
| |