Uses of Interface
software.amazon.awscdk.services.elasticache.IUserGroupRef
Packages that use IUserGroupRef
Package
Description
Amazon ElastiCache Construct Library
- 
Uses of IUserGroupRef in software.amazon.awscdk.services.elasticacheSubinterfaces of IUserGroupRef in software.amazon.awscdk.services.elasticacheModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserGroupRef.Classes in software.amazon.awscdk.services.elasticache that implement IUserGroupRefModifier and TypeClassDescriptionclassFor Valkey 7.2 and onwards, or Redis OSS 6.0 and onwards: Creates a user group.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.elasticache that return IUserGroupRefModifier and TypeMethodDescriptionstatic IUserGroupRefCfnUserGroup.fromUserGroupArn(software.constructs.Construct scope, String id, String arn) Creates a new IUserGroupRef from an ARN.static IUserGroupRefCfnUserGroup.fromUserGroupId(software.constructs.Construct scope, String id, String userGroupId) Creates a new IUserGroupRef from a userGroupId.