Skip to main content

user_group_tags

Expands all tag keys and values for user_groups in a region

Overview

Nameuser_group_tags
TypeResource
DescriptionResource Type definition for AWS::ElastiCache::UserGroup
Idaws.elasticache.user_group_tags

Fields

NameDatatypeDescription
statusstringIndicates user group status. Can be "creating", "active", "modifying", "deleting".
user_group_idstringThe ID of the user group.
enginestringMust be redis.
user_idsarrayList of users associated to this user group.
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 user_groups in a region.

SELECT
region,
status,
user_group_id,
engine,
user_ids,
arn,
tag_key,
tag_value
FROM aws.elasticache.user_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the user_group_tags resource, see user_groups