Uses of Interface
software.amazon.awscdk.interfaces.elasticache.IUserGroupRef
Packages that use IUserGroupRef
Package
Description
Amazon ElastiCache Construct Library
-
Uses of IUserGroupRef in software.amazon.awscdk.interfaces.elasticache
Subinterfaces of IUserGroupRef in software.amazon.awscdk.interfaces.elasticacheModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserGroupRef.Classes in software.amazon.awscdk.interfaces.elasticache that implement IUserGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IUserGroupRef in software.amazon.awscdk.services.elasticache
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.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.