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