ClusterProvisionedThroughputArgs

data class ClusterProvisionedThroughputArgs(val enabled: Output<Boolean>? = null, val volumeThroughput: Output<Int>? = null) : ConvertibleToJava<ClusterProvisionedThroughputArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, volumeThroughput: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Provisioned throughput is on or off.

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

Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.

Functions

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