CacheSkuArgs

data class CacheSkuArgs(val name: Output<String>? = null) : ConvertibleToJava<CacheSkuArgs>

SKU for the Cache.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

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

SKU name for this Cache.

Functions

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