AutoscaleSettingsArgs

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

Constructors

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

Functions

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

Properties

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

Represents maximum throughput, the resource can scale up to.