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 interfaceInternal default implementation forIServerlessCache.Classes in software.amazon.awscdk.services.elasticache.alpha that implement IServerlessCacheModifier and TypeClassDescriptionstatic final classA 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 IServerlessCacheServerlessCache.fromServerlessCacheArn(software.constructs.Construct scope, String id, String serverlessCacheArn) (experimental) Import an existing serverless cache by ARN.static IServerlessCacheServerlessCache.fromServerlessCacheAttributes(software.constructs.Construct scope, String id, ServerlessCacheAttributes attrs) (experimental) Import an existing serverless cache using attributes.static IServerlessCacheServerlessCache.fromServerlessCacheName(software.constructs.Construct scope, String id, String serverlessCacheName) (experimental) Import an existing serverless cache by name.