MongoDatabaseAutoscaleSettingsArgs

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

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 MongoDB database (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(): MongoDatabaseAutoscaleSettingsArgs