aws.qconnect.search_sessions
Example SQL Queries
SELECT * FROMaws.qconnect.search_sessionsWHERE"assistant_id" = 'VALUE'AND "search_expression" = 'VALUE';Description
Searches for sessions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assistant_id Required Input Column The identifier of the Amazon Q in Connect assistant. | VARCHAR |
| search_expression Required Input Column The search expression to filter results. | STRUCT( |
Show child fields
| |
| _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
| |
| assistant_arn The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant. | VARCHAR |
| session_arn The Amazon Resource Name (ARN) of the session. | VARCHAR |
| session_id The identifier of the session. | VARCHAR |