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 UserEngineIamUserProps.Jsii$Proxy.getEngine()default UserEngineIUser.getEngine()(experimental) The engine for the user.default UserEngineIUser.Jsii$Default.getEngine()(experimental) The engine for the user.final UserEngineIUser.Jsii$Proxy.getEngine()(experimental) The engine for the user.default UserEngineIUserGroup.getEngine()(experimental) The engine type for the user group.default UserEngineIUserGroup.Jsii$Default.getEngine()(experimental) The engine type for the user group.final UserEngineIUserGroup.Jsii$Proxy.getEngine()(experimental) The engine type for the user group.NoPasswordUser.getEngine()(experimental) The engine for the user.final UserEngineNoPasswordUserProps.Jsii$Proxy.getEngine()PasswordUser.getEngine()(experimental) The engine for the user.final UserEnginePasswordUserProps.Jsii$Proxy.getEngine()abstract UserEngineUserBase.getEngine()(experimental) The engine for the user.default UserEngineUserBaseAttributes.getEngine()(experimental) The engine type for the user.final UserEngineUserBaseAttributes.Jsii$Proxy.getEngine()default UserEngineUserBaseProps.getEngine()(experimental) The engine type for the user.final UserEngineUserBaseProps.Jsii$Proxy.getEngine()UserGroup.getEngine()(experimental) The engine type for the user group.default UserEngineUserGroupAttributes.getEngine()(experimental) The engine type for the user group.final UserEngineUserGroupAttributes.Jsii$Proxy.getEngine()abstract UserEngineUserGroupBase.getEngine()(experimental) The engine type for the user group.default UserEngineUserGroupProps.getEngine()(experimental) The engine type for the user group Enum options: UserEngine.VALKEY, UserEngine.REDIS.final UserEngineUserGroupProps.Jsii$Proxy.getEngine()static UserEngineReturns 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()