Skip to main content

users

Retrieves a list of users in a region

Overview

Nameusers
TypeResource
Descriptionusers
Idawscc.connect.users

Fields

NameDatatypeDescription
user_arnstringThe Amazon Resource Name (ARN) for the user.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
user_arn
FROM awscc.connect.users
WHERE region = 'us-east-1'

Permissions

To operate on the users resource, the following permissions are required:

Create

connect:CreateUser,
connect:TagResource,
connect:AssociateUserProficiencies

List

connect:ListUsers