Skip to main content

user_groups

Retrieves a list of user_groups in a region

Overview

Nameuser_groups
TypeResource
Descriptionuser_groups
Idawscc.elasticache.user_groups

Fields

NameDatatypeDescription
user_group_idstringThe ID of the user group.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
user_group_id
FROM awscc.elasticache.user_groups
WHERE region = 'us-east-1'

Permissions

To operate on the user_groups resource, the following permissions are required:

Create

elasticache:CreateUserGroup,
elasticache:DescribeUserGroups,
elasticache:ListTagsForResource

List

elasticache:DescribeUserGroups,
elasticache:ListTagsForResource