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
Link copied to clipboard
val volumeThroughput: Output<Int>? = null

Functions

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