SchedulerSkuArgs

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

The SKU (Stock Keeping Unit) assigned to this durable task scheduler

Constructors

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

Properties

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

The SKU capacity. This allows scale out/in for the resource and impacts zone redundancy

Link copied to clipboard
val name: Output<String>

The name of the SKU

Functions

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