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::ElastiCache::User
Idaws.elasticache.users_list_only

Fields

NameDatatypeDescription
statusstringIndicates the user status. Can be "active", "modifying" or "deleting".
user_idstringThe ID of the user.
user_namestringThe username of the user.
enginestringMust be redis.
access_stringstringAccess permissions string used for this user account.
no_password_requiredbooleanIndicates a password is not required for this user account.
passwordsarrayPasswords used for this user account. You can create up to two passwords for each user.
arnstringThe Amazon Resource Name (ARN) of the user account.
authentication_modeobject
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_id
FROM aws.elasticache.users_list_only
WHERE region = 'us-east-1';

Permissions

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