ScaleConfigurationArgs

data class ScaleConfigurationArgs(val maxConcurrentSessions: Output<Int>? = null, val readySessionInstances: Output<Int>? = null) : ConvertibleToJava<ScaleConfigurationArgs>

Scale configuration.

Constructors

Link copied to clipboard
constructor(maxConcurrentSessions: Output<Int>? = null, readySessionInstances: Output<Int>? = null)

Properties

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

The maximum count of sessions at the same time.

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

The minimum count of ready session instances.

Functions

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