AWS::ElastiCache::UserGroupFor Valkey 7.2 and onwards, or Redis OSS 6.0 and onwards: Creates a user group. For more information, see [Using Role Based Access Control (RBAC)](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Clusters.RBAC.html).
import { CfnUserGroup } from 'aws-cdk-lib/aws-elasticache';Or use the module namespace:
import * as elasticache from 'aws-cdk-lib/aws-elasticache';
// elasticache.CfnUserGroupConfiguration passed to the constructor as CfnUserGroupProps.
engineRequiredstringThe current supported values are valkey and redis.
userGroupIdRequiredstringThe ID of the user group.
userIdsRequiredstring[]The list of user IDs that belong to the user group. A user named `default` must be included.
tagsOptionalCfnTag[]The list of tags.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-elasticacheAWS::ElastiCache::UserGroup