SkuArgs

data class SkuArgs(val name: Output<String>? = null, val tier: Output<String>? = null) : ConvertibleToJava<SkuArgs>

The sku type.

Constructors

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

Properties

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

The sku name. Required for data manager creation, optional for update.

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

The sku tier. This is based on the SKU name.

Functions

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