aws.connect.get_current_user_data
Example SQL Queries
SELECT * FROMaws.connect.get_current_user_dataWHERE"instance_id" = 'VALUE'AND "filters" = 'VALUE';Description
Gets the real-time active user data from the specified Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Required Input Column The filters to apply to returned user data. You can filter up to the following limits:
The user data is retrieved for only the specified values/resources in the filter. A maximum of one filter can be passed from queues, routing profiles, agents, and user hierarchy groups. Currently tagging is only supported on the resources that are passed in the filter. | STRUCT( |
Show child fields
| |
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| max_results Input Column The maximum number of results to return per page. | BIGINT |
| next_token Input Column If there are additional results, this is the token for the next set of results. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| approximate_total_count The total count of the result, regardless of the current page size. | BIGINT |
| user_data_list A list of the user data that is returned. | STRUCT( |
Show child fields
| |