CassandraTableAutoscaleSettingsArgs

data class CassandraTableAutoscaleSettingsArgs(val maxThroughput: Output<Int>? = null) : ConvertibleToJava<CassandraTableAutoscaleSettingsArgs>

Constructors

Link copied to clipboard
fun CassandraTableAutoscaleSettingsArgs(maxThroughput: Output<Int>? = null)

Functions

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

Properties

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

The maximum throughput of the Cassandra Table (RU/s). Must be between 1,000 and 1,000,000. Must be set in increments of 1,000. Conflicts with throughput.