AWS::ElastiCache::UserGroupResource Type definition for AWS::ElastiCache::UserGroup
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Engine | string | Required |
UserGroupId | string | RequiredCreate-only |
UserIds | Array<string> | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the user account. |
Status | string | Indicates user group status. Can be "creating", "active", "modifying", "deleting". |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::UserGroup
Resources:
MyResource:
Type: AWS::ElastiCache::UserGroup
Properties:
UserGroupId: "my-usergroupid"
Engine: "redis"
UserIds: "my-userids"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
elasticache:CreateUserGroupelasticache:DescribeUserGroupselasticache:ListTagsForResourceelasticache:AddTagsToResourceelasticache:DescribeUserGroupselasticache:ListTagsForResourceelasticache:ModifyUserGroupelasticache:DescribeUserGroupselasticache:ListTagsForResourceelasticache:AddTagsToResourceelasticache:RemoveTagsFromResourceelasticache:ModifyReplicationGroupelasticache:DeleteUserGroupelasticache:DescribeUserGroupselasticache:ListTagsForResourceelasticache:DescribeUserGroupselasticache:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterUserGroupIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
UserGroupId