Skip to main content

user_groups_list_only

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

Overview

Nameuser_groups_list_only
TypeResource
DescriptionResource Type definition for AWS::ElastiCache::UserGroup
Idaws.elasticache.user_groups_list_only

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.
tagsarrayAn array of key-value pairs to apply to this user.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all user_groups in a region.

SELECT
region,
user_group_id
FROM aws.elasticache.user_groups_list_only
WHERE region = 'us-east-1';

Permissions

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