Uses of Interface
software.amazon.awscdk.services.elasticache.alpha.IServerlessCache
Packages that use IServerlessCache
Package
Description
ElastiCache CDK Construct Library
-
Uses of IServerlessCache in software.amazon.awscdk.services.elasticache.alpha
Subinterfaces of IServerlessCache in software.amazon.awscdk.services.elasticache.alphaModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIServerlessCache
.Classes in software.amazon.awscdk.services.elasticache.alpha that implement IServerlessCacheModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) A serverless ElastiCache cache.class
(experimental) Base class for ServerlessCache constructs.Methods in software.amazon.awscdk.services.elasticache.alpha that return IServerlessCacheModifier and TypeMethodDescriptionstatic IServerlessCache
ServerlessCache.fromServerlessCacheArn
(software.constructs.Construct scope, String id, String serverlessCacheArn) (experimental) Import an existing serverless cache by ARN.static IServerlessCache
ServerlessCache.fromServerlessCacheAttributes
(software.constructs.Construct scope, String id, ServerlessCacheAttributes attrs) (experimental) Import an existing serverless cache using attributes.static IServerlessCache
ServerlessCache.fromServerlessCacheName
(software.constructs.Construct scope, String id, String serverlessCacheName) (experimental) Import an existing serverless cache by name.