users
Retrieves a list of users
in a region
Overview
Name | users |
Type | Resource |
Description | users |
Id | awscc.memorydb.users |
Fields
Name | Datatype | Description |
---|---|---|
user_name | string | The name of the user. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
user_name
FROM awscc.memorydb.users
WHERE region = 'us-east-1'
Permissions
To operate on the users
resource, the following permissions are required:
Create
memorydb:CreateUser,
memorydb:DescribeUsers,
memorydb:TagResource,
memorydb:ListTags
List
memorydb:DescribeUsers,
memorydb:ListTags