users
Retrieves a list of users
in a region
Overview
Name | users |
Type | Resource |
Description | users |
Id | awscc.elasticache.users |
Fields
Name | Datatype | Description |
---|---|---|
user_id | string | The ID of the user. |
region | string | AWS 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