Skip to main content

users

Retrieves a list of users in a region

Overview

Nameusers
TypeResource
Descriptionusers
Idawscc.elasticache.users

Fields

NameDatatypeDescription
user_idstringThe ID of the user.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
user_id
FROM awscc.elasticache.users
WHERE region = 'us-east-1'

Permissions

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

Create

elasticache:CreateUser,
elasticache:DescribeUsers,
elasticache:ListTagsForResource

List

elasticache:DescribeUsers,
elasticache:ListTagsForResource