Uses of Enum
software.amazon.awscdk.services.elasticache.alpha.CacheEngine
Packages that use CacheEngine
Package
Description
ElastiCache CDK Construct Library
-
Uses of CacheEngine in software.amazon.awscdk.services.elasticache.alpha
Methods in software.amazon.awscdk.services.elasticache.alpha that return CacheEngineModifier and TypeMethodDescriptiondefault CacheEngine
IServerlessCache.getEngine()
(experimental) The cache engine used by this cache.default CacheEngine
IServerlessCache.Jsii$Default.getEngine()
(experimental) The cache engine used by this cache.final CacheEngine
IServerlessCache.Jsii$Proxy.getEngine()
(experimental) The cache engine used by this cache.ServerlessCache.getEngine()
(experimental) The cache engine used by this cache.default CacheEngine
ServerlessCacheAttributes.getEngine()
(experimental) The cache engine used by this cache.final CacheEngine
ServerlessCacheAttributes.Jsii$Proxy.getEngine()
abstract CacheEngine
ServerlessCacheBase.getEngine()
(experimental) The cache engine used by this cache.default CacheEngine
ServerlessCacheProps.getEngine()
(experimental) The cache engine combined with the version Enum options: VALKEY_DEFAULT, VALKEY_7, VALKEY_8, REDIS_DEFAULT, MEMCACHED_DEFAULT The default options bring the latest versions available.final CacheEngine
ServerlessCacheProps.Jsii$Proxy.getEngine()
static CacheEngine
Returns the enum constant of this type with the specified name.static CacheEngine[]
CacheEngine.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 CacheEngineModifier and TypeMethodDescriptionServerlessCache.Builder.engine
(CacheEngine engine) (experimental) The cache engine combined with the version Enum options: VALKEY_DEFAULT, VALKEY_7, VALKEY_8, REDIS_DEFAULT, MEMCACHED_DEFAULT The default options bring the latest versions available.ServerlessCacheAttributes.Builder.engine
(CacheEngine engine) Sets the value ofServerlessCacheAttributes.getEngine()
ServerlessCacheProps.Builder.engine
(CacheEngine engine) Sets the value ofServerlessCacheProps.getEngine()