Uses of Interface
software.amazon.awscdk.services.elasticache.alpha.IUser
Packages that use IUser
Package
Description
ElastiCache CDK Construct Library
-
Uses of IUser in software.amazon.awscdk.services.elasticache.alpha
Subinterfaces of IUser in software.amazon.awscdk.services.elasticache.alphaClasses in software.amazon.awscdk.services.elasticache.alpha that implement IUserModifier and TypeClassDescriptionclass
(experimental) Define an ElastiCache user with IAM authentication.static final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) Define an ElastiCache user with no password authentication.class
(experimental) Define an ElastiCache user with password authentication.class
(experimental) Base class for ElastiCache users.Methods in software.amazon.awscdk.services.elasticache.alpha that return IUserModifier and TypeMethodDescriptionstatic IUser
UserBase.fromUserArn
(software.constructs.Construct scope, String id, String userArn) (experimental) Import an existing user by ARN.static IUser
UserBase.fromUserAttributes
(software.constructs.Construct scope, String id, UserBaseAttributes attrs) (experimental) Import an existing user using attributes.static IUser
UserBase.fromUserId
(software.constructs.Construct scope, String id, String userId) (experimental) Import an existing user by ID.Methods in software.amazon.awscdk.services.elasticache.alpha that return types with arguments of type IUserModifier and TypeMethodDescriptionIUserGroup.getUsers()
(experimental) List of users in the user group.IUserGroup.Jsii$Default.getUsers()
(experimental) List of users in the user group.IUserGroup.Jsii$Proxy.getUsers()
(experimental) List of users in the user group.UserGroup.getUsers()
(experimental) Array of users in the user group.UserGroupAttributes.getUsers()
(experimental) List of users in the user group.UserGroupAttributes.Jsii$Proxy.getUsers()
UserGroupBase.getUsers()
(experimental) List of users in the user group.UserGroupProps.getUsers()
(experimental) List of users inside the user group.UserGroupProps.Jsii$Proxy.getUsers()
Methods in software.amazon.awscdk.services.elasticache.alpha with parameters of type IUserModifier and TypeMethodDescriptionvoid
(experimental) Add a user to this user group.default void
(experimental) Add a user to this user group.final void
(experimental) Add a user to this user group.void
(experimental) Add a user to this user group.void
(experimental) Add a user to this user group.Method parameters in software.amazon.awscdk.services.elasticache.alpha with type arguments of type IUserModifier and TypeMethodDescription(experimental) List of users inside the user group.Sets the value ofUserGroupAttributes.getUsers()
Sets the value ofUserGroupProps.getUsers()