ServerlessCacheCacheUsageLimits

data class ServerlessCacheCacheUsageLimits(val dataStorage: ServerlessCacheDataStorage? = null, val ecpuPerSecond: ServerlessCacheEcpuPerSecond? = null)

The cache capacity limit of the Serverless Cache.

Constructors

Link copied to clipboard
constructor(dataStorage: ServerlessCacheDataStorage? = null, ecpuPerSecond: ServerlessCacheEcpuPerSecond? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum data storage limit in the cache, expressed in Gigabytes.

Link copied to clipboard

The number of ElastiCache Processing Units (ECPU) the cache can consume per second.