Serverless Cache Data Storage Args
data class ServerlessCacheDataStorageArgs(val maximum: Output<Int>? = null, val minimum: Output<Int>? = null, val unit: Output<ServerlessCacheDataStorageUnit>) : ConvertibleToJava<ServerlessCacheDataStorageArgs>
The cached data capacity of the Serverless Cache.
Constructors
Link copied to clipboard
constructor(maximum: Output<Int>? = null, minimum: Output<Int>? = null, unit: Output<ServerlessCacheDataStorageUnit>)