---
type: resource-type
title: UserGroup
description: aws resource type AWS::ElastiCache::UserGroup
name: UserGroup
lexicon: aws
resource_type: AWS::ElastiCache::UserGroup
---
`AWS::ElastiCache::UserGroup`, a resource type of the aws lexicon.

## Properties

- `Engine` (`"redis" | "valkey"`, required): The target cache engine for the user group.
- `UserGroupId` (`string`, required): The ID of the user group.
- `UserIds` (`string[]`, required): List of users associated to this user group.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the user account.
- `Status` (`string`, optional): Indicates user group status. Can be "creating", "active", "modifying", "deleting".
- `Tags` (`UserGroup_Tag[]`, optional): An array of key-value pairs to apply to this user.

## Attributes

- `Arn`
- `Status`
