CacheProfileArgs

data class CacheProfileArgs(val capacity: Output<Double>, val family: Output<Either<String, RedisCacheFamily>>, val name: Output<String>? = null, val skuName: Output<String>) : ConvertibleToJava<CacheProfileArgs>

Cache profile

Constructors

Link copied to clipboard
constructor(capacity: Output<Double>, family: Output<Either<String, RedisCacheFamily>>, name: Output<String>? = null, skuName: Output<String>)

Properties

Link copied to clipboard
val capacity: Output<Double>

Cache capacity

Link copied to clipboard
val family: Output<Either<String, RedisCacheFamily>>

Cache family

Link copied to clipboard
val name: Output<String>? = null

Cache name

Link copied to clipboard
val skuName: Output<String>

Cache SKU name

Functions

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