Uses of Interface
software.amazon.awscdk.interfaces.elasticache.IServerlessCacheRef
Packages that use IServerlessCacheRef
Package
Description
Amazon ElastiCache Construct Library
ElastiCache CDK Construct Library
-
Uses of IServerlessCacheRef in software.amazon.awscdk.interfaces.elasticache
Subinterfaces of IServerlessCacheRef in software.amazon.awscdk.interfaces.elasticacheModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIServerlessCacheRef.Classes in software.amazon.awscdk.interfaces.elasticache that implement IServerlessCacheRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IServerlessCacheRef in software.amazon.awscdk.services.elasticache
Classes in software.amazon.awscdk.services.elasticache that implement IServerlessCacheRefModifier and TypeClassDescriptionclassThe resource representing a serverless cache.Methods in software.amazon.awscdk.services.elasticache that return IServerlessCacheRefModifier and TypeMethodDescriptionstatic IServerlessCacheRefCfnServerlessCache.fromServerlessCacheArn(software.constructs.Construct scope, String id, String arn) Creates a new IServerlessCacheRef from an ARN.static IServerlessCacheRefCfnServerlessCache.fromServerlessCacheName(software.constructs.Construct scope, String id, String serverlessCacheName) Creates a new IServerlessCacheRef from a serverlessCacheName.Methods in software.amazon.awscdk.services.elasticache with parameters of type IServerlessCacheRefModifier and TypeMethodDescriptionstatic StringCfnServerlessCache.arnForServerlessCache(IServerlessCacheRef resource) -
Uses of IServerlessCacheRef in software.amazon.awscdk.services.elasticache.alpha
Subinterfaces of IServerlessCacheRef in software.amazon.awscdk.services.elasticache.alphaModifier and TypeInterfaceDescriptioninterface(experimental) Represents a Serverless ElastiCache cache.static interfaceInternal default implementation forIServerlessCache.Classes in software.amazon.awscdk.services.elasticache.alpha that implement IServerlessCacheRefModifier 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 IServerlessCacheRefModifier and TypeMethodDescriptionprotected IServerlessCacheRefServerlessCacheGrants.getResource()Methods in software.amazon.awscdk.services.elasticache.alpha with parameters of type IServerlessCacheRefModifier and TypeMethodDescriptionstatic ServerlessCacheGrantsServerlessCacheGrants.fromServerlessCache(IServerlessCacheRef resource) (experimental) Creates grants for ServerlessCacheGrants.