Skip to main content

users_list_only

Lists users in a region or regions, for all properties use users

Overview

Nameusers_list_only
TypeResource
DescriptionResource Type definition for AWS::MemoryDB::User
Idaws.memorydb.users_list_only

Fields

NameDatatypeDescription
statusstringIndicates the user status. Can be "active", "modifying" or "deleting".
user_namestringThe name of the user.
access_stringstringAccess permissions string used for this user account.
authentication_modeobject
arnstringThe Amazon Resource Name (ARN) of the user account.
tagsarrayAn array of key-value pairs to apply to this user.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all users in a region.

SELECT
region,
user_name
FROM aws.memorydb.users_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the users_list_only resource, see users