aws.connect.list_user_proficiencies
Example SQL Queries
SELECT * FROMaws.connect.list_user_proficienciesWHERE"instance_id" = 'VALUE'AND "user_id" = 'VALUE';Description
Lists proficiencies associated with a user.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |
| user_id Required Input Column The identifier of the user account. | 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 |
| last_modified_region The region in which a user's proficiencies were last modified. | VARCHAR |
| last_modified_time The last time that the user's proficiencies are were modified. | TIMESTAMP_S |
| user_proficiency_list Information about the user proficiencies. | STRUCT( |
Show child fields
| |