SparkPoolAutoPauseArgs

data class SparkPoolAutoPauseArgs(val delayInMinutes: Output<Int>) : ConvertibleToJava<SparkPoolAutoPauseArgs>

Constructors

Link copied to clipboard
constructor(delayInMinutes: Output<Int>)

Properties

Link copied to clipboard
val delayInMinutes: Output<Int>

Number of minutes of idle time before the Spark Pool is automatically paused. Must be between 5 and 10080.

Functions

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