SqlContainerAutoscaleSettingsArgs

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

Constructors

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

Properties

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

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

Functions

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