ClusterProvisionedThroughput

data class ClusterProvisionedThroughput(val enabled: Boolean? = null, val volumeThroughput: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val volumeThroughput: Int? = null