NamespaceSkuArgs

data class NamespaceSkuArgs(val capacity: Output<Int>? = null, val name: Output<Either<String, SkuName>>? = null) : ConvertibleToJava<NamespaceSkuArgs>

Represents available Sku pricing tiers.

Constructors

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

Properties

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

Specifies the number of Throughput Units that defines the capacity for the namespace. The property default value is 1 which signifies 1 Throughput Unit = 1MB/s ingress and 2MB/s egress per namespace. Min capacity is 1 and max allowed capacity is 20.

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

The name of the SKU.

Functions

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