Uses of Interface
software.amazon.awscdk.interfaces.elasticache.IUserRef
Packages that use IUserRef
Package
Description
Amazon ElastiCache Construct Library
-
Uses of IUserRef in software.amazon.awscdk.interfaces.elasticache
Subinterfaces of IUserRef in software.amazon.awscdk.interfaces.elasticacheModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserRef.Classes in software.amazon.awscdk.interfaces.elasticache that implement IUserRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IUserRef in software.amazon.awscdk.services.elasticache
Classes in software.amazon.awscdk.services.elasticache that implement IUserRefModifier and TypeClassDescriptionclassFor Valkey 7.2 and onwards, or Redis OSS engine version 6.0 and onwards: Creates user.Methods in software.amazon.awscdk.services.elasticache that return IUserRefModifier and TypeMethodDescriptionstatic IUserRefCfnUser.fromUserArn(software.constructs.Construct scope, String id, String arn) Creates a new IUserRef from an ARN.static IUserRefCfnUser.fromUserId(software.constructs.Construct scope, String id, String userId) Creates a new IUserRef from a userId.Methods in software.amazon.awscdk.services.elasticache with parameters of type IUserRef