Skip to main content

users

Retrieves a list of users in a region

Overview

Nameusers
TypeResource
Descriptionusers
Idawscc.memorydb.users

Fields

NameDatatypeDescription
user_namestringThe name of the user.
regionstringAWS 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