Cache Profile Args
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>)