Uses of Enum
software.amazon.awscdk.services.elasticache.alpha.UserEngine
Packages that use UserEngine
Package
Description
ElastiCache CDK Construct Library
-
Uses of UserEngine in software.amazon.awscdk.services.elasticache.alpha
Methods in software.amazon.awscdk.services.elasticache.alpha that return UserEngineModifier and TypeMethodDescriptionIamUser.getEngine()
(experimental) The engine for the user.final UserEngine
IamUserProps.Jsii$Proxy.getEngine()
default UserEngine
IUser.getEngine()
(experimental) The engine for the user.default UserEngine
IUser.Jsii$Default.getEngine()
(experimental) The engine for the user.final UserEngine
IUser.Jsii$Proxy.getEngine()
(experimental) The engine for the user.default UserEngine
IUserGroup.getEngine()
(experimental) The engine type for the user group.default UserEngine
IUserGroup.Jsii$Default.getEngine()
(experimental) The engine type for the user group.final UserEngine
IUserGroup.Jsii$Proxy.getEngine()
(experimental) The engine type for the user group.NoPasswordUser.getEngine()
(experimental) The engine for the user.final UserEngine
NoPasswordUserProps.Jsii$Proxy.getEngine()
PasswordUser.getEngine()
(experimental) The engine for the user.final UserEngine
PasswordUserProps.Jsii$Proxy.getEngine()
abstract UserEngine
UserBase.getEngine()
(experimental) The engine for the user.default UserEngine
UserBaseAttributes.getEngine()
(experimental) The engine type for the user.final UserEngine
UserBaseAttributes.Jsii$Proxy.getEngine()
default UserEngine
UserBaseProps.getEngine()
(experimental) The engine type for the user.final UserEngine
UserBaseProps.Jsii$Proxy.getEngine()
UserGroup.getEngine()
(experimental) The engine type for the user group.default UserEngine
UserGroupAttributes.getEngine()
(experimental) The engine type for the user group.final UserEngine
UserGroupAttributes.Jsii$Proxy.getEngine()
abstract UserEngine
UserGroupBase.getEngine()
(experimental) The engine type for the user group.default UserEngine
UserGroupProps.getEngine()
(experimental) The engine type for the user group Enum options: UserEngine.VALKEY, UserEngine.REDIS.final UserEngine
UserGroupProps.Jsii$Proxy.getEngine()
static UserEngine
Returns the enum constant of this type with the specified name.static UserEngine[]
UserEngine.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.elasticache.alpha with parameters of type UserEngineModifier and TypeMethodDescriptionIamUser.Builder.engine
(UserEngine engine) (experimental) The engine type for the user.IamUserProps.Builder.engine
(UserEngine engine) Sets the value ofUserBaseProps.getEngine()
NoPasswordUser.Builder.engine
(UserEngine engine) (experimental) The engine type for the user.NoPasswordUserProps.Builder.engine
(UserEngine engine) Sets the value ofUserBaseProps.getEngine()
PasswordUser.Builder.engine
(UserEngine engine) (experimental) The engine type for the user.PasswordUserProps.Builder.engine
(UserEngine engine) Sets the value ofUserBaseProps.getEngine()
UserBaseAttributes.Builder.engine
(UserEngine engine) Sets the value ofUserBaseAttributes.getEngine()
UserBaseProps.Builder.engine
(UserEngine engine) Sets the value ofUserBaseProps.getEngine()
UserGroup.Builder.engine
(UserEngine engine) (experimental) The engine type for the user group Enum options: UserEngine.VALKEY, UserEngine.REDIS.UserGroupAttributes.Builder.engine
(UserEngine engine) Sets the value ofUserGroupAttributes.getEngine()
UserGroupProps.Builder.engine
(UserEngine engine) Sets the value ofUserGroupProps.getEngine()