user_groups
Retrieves a list of user_groups
in a region
Overview
Name | user_groups |
Type | Resource |
Description | user_groups |
Id | awscc.elasticache.user_groups |
Fields
Name | Datatype | Description |
---|---|---|
user_group_id | string | The ID of the user group. |
region | string | AWS 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