ServerlessCacheCacheUsageLimitsArgs

data class ServerlessCacheCacheUsageLimitsArgs(val dataStorage: Output<ServerlessCacheDataStorageArgs>? = null, val ecpuPerSecond: Output<ServerlessCacheEcpuPerSecondArgs>? = null) : ConvertibleToJava<ServerlessCacheCacheUsageLimitsArgs>

The cache capacity limit of the Serverless Cache.

Constructors

Link copied to clipboard
constructor(dataStorage: Output<ServerlessCacheDataStorageArgs>? = null, ecpuPerSecond: Output<ServerlessCacheEcpuPerSecondArgs>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): ServerlessCacheCacheUsageLimitsArgs