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::MemoryDB::User
Idaws.memorydb.user_tags

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.
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_name,
access_string,
authentication_mode,
arn,
tag_key,
tag_value
FROM aws.memorydb.user_tags
WHERE region = 'us-east-1';

Permissions

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