ClusterEbsStorageInfo

data class ClusterEbsStorageInfo(val provisionedThroughput: ClusterProvisionedThroughput? = null, val volumeSize: Int? = null)

Constructors

Link copied to clipboard
constructor(provisionedThroughput: ClusterProvisionedThroughput? = null, volumeSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

EBS volume provisioned throughput information.

Link copied to clipboard
val volumeSize: Int? = null

The size in GiB of the EBS volume for the data drive on each broker node.