ClusterBrokerNodeGroupInfoStorageInfoEbsStorageInfoProvisionedThroughputArgs

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

Constructors

constructor(enabled: Output<Boolean>? = null, volumeThroughput: Output<Int>? = null)

Properties

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

Controls whether provisioned throughput is enabled or not. Default value: false.

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. The minimum value is 250. The maximum value varies between broker type. You can refer to the valid values for the maximum volume throughput at the following documentation on throughput bottlenecks

Functions

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