CapacityArgs

data class CapacityArgs(val publishMibPerSec: Output<Int>? = null, val subscribeMibPerSec: Output<Int>? = null) : ConvertibleToJava<CapacityArgs>

The throughput capacity configuration for each partition.

Constructors

Link copied to clipboard
fun CapacityArgs(publishMibPerSec: Output<Int>? = null, subscribeMibPerSec: Output<Int>? = null)

Functions

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

Properties

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

Publish throughput capacity per partition in MiB/s. Must be >= 4 and <= 16.

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

Subscribe throughput capacity per partition in MiB/s. Must be >= 4 and <= 32.