SBSkuArgs

data class SBSkuArgs(val capacity: Output<Int>? = null, val name: Output<SkuName>, val tier: Output<SkuTier>? = null) : ConvertibleToJava<SBSkuArgs>

SKU of the namespace.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<SkuName>, tier: Output<SkuTier>? = null)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

The specified messaging units for the tier. For Premium tier, capacity are 1,2 and 4.

Link copied to clipboard
val name: Output<SkuName>

Name of this SKU.

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

The billing tier of this particular SKU.

Functions

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