Uses of Class
software.amazon.awscdk.services.elasticache.alpha.UserGroup.Builder
Packages that use UserGroup.Builder
Package
Description
ElastiCache CDK Construct Library
-
Uses of UserGroup.Builder in software.amazon.awscdk.services.elasticache.alpha
Methods in software.amazon.awscdk.services.elasticache.alpha that return UserGroup.BuilderModifier and TypeMethodDescriptionstatic UserGroup.Builder
UserGroup.Builder.engine
(UserEngine engine) (experimental) The engine type for the user group Enum options: UserEngine.VALKEY, UserEngine.REDIS.UserGroup.Builder.userGroupName
(String userGroupName) (experimental) Enforces a particular physical user group name.(experimental) List of users inside the user group.