Skip to main content

user_tags

Expands all tag keys and values for users in a region

Overview

Nameuser_tags
TypeResource
DescriptionResource Type definition for AWS::ElastiCache::User
Idaws.elasticache.user_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all users in a region.

SELECT
region,
status,
user_id,
user_name,
engine,
access_string,
no_password_required,
passwords,
arn,
authentication_mode,
tag_key,
tag_value
FROM aws.elasticache.user_tags
WHERE region = 'us-east-1';

Permissions

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