ServerlessCacheCacheUsageLimitsEcpuPerSecond

data class ServerlessCacheCacheUsageLimitsEcpuPerSecond(val maximum: Int? = null, val minimum: Int? = null)

Constructors

constructor(maximum: Int? = null, minimum: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximum: Int? = null

The maximum number of ECPUs the cache can consume per second. Must be between 1,000 and 15,000,000.

Link copied to clipboard
val minimum: Int? = null

The minimum number of ECPUs the cache can consume per second. Must be between 1,000 and 15,000,000.