user_tags
Expands all tag keys and values for users
in a region
Overview
Name | user_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::User |
Id | aws.connect.user_tags |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
directory_user_id | string | The identifier of the user account in the directory used for identity management. |
hierarchy_group_arn | string | The identifier of the hierarchy group for the user. |
username | string | The user name for the account. |
password | string | The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password. |
routing_profile_arn | string | The identifier of the routing profile for the user. |
identity_info | object | The information about the identity of the user. |
phone_config | object | The phone settings for the user. |
security_profile_arns | array | One or more security profile arns for the user |
user_arn | string | The Amazon Resource Name (ARN) for the user. |
user_proficiencies | array | One or more predefined attributes assigned to a user, with a level that indicates how skilled they are. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all users
in a region.
SELECT
region,
instance_arn,
directory_user_id,
hierarchy_group_arn,
username,
password,
routing_profile_arn,
identity_info,
phone_config,
security_profile_arns,
user_arn,
user_proficiencies,
tag_key,
tag_value
FROM aws.connect.user_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_tags
resource, see users