user_group
Gets an individual user_group
resource
Overview
Name | user_group |
Type | Resource |
Description | user_group |
Id | awscc.elasticache.user_group |
Fields
Name | Datatype | Description |
---|---|---|
status | string | Indicates user group status. Can be "creating", "active", "modifying", "deleting". |
user_group_id | string | The ID of the user group. |
engine | string | Must be redis. |
user_ids | array | List of users associated to this user group. |
arn | string | The Amazon Resource Name (ARN) of the user account. |
tags | array | An array of key-value pairs to apply to this user. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
status,
user_group_id,
engine,
user_ids,
arn,
tags
FROM awscc.elasticache.user_group
WHERE data__Identifier = '<UserGroupId>';
Permissions
To operate on the user_group
resource, the following permissions are required:
Read
elasticache:DescribeUserGroups,
elasticache:ListTagsForResource
Update
elasticache:ModifyUserGroup,
elasticache:DescribeUserGroups,
elasticache:ListTagsForResource,
elasticache:AddTagsToResource,
elasticache:RemoveTagsFromResource
Delete
elasticache:ModifyReplicationGroup,
elasticache:DeleteUserGroup,
elasticache:DescribeUserGroups,
elasticache:ListTagsForResource