StopOnDisconnectConfigurationArgs

data class StopOnDisconnectConfigurationArgs(val gracePeriodMinutes: Output<Int>? = null, val status: Output<Either<String, StopOnDisconnectEnableStatus>>? = null) : ConvertibleToJava<StopOnDisconnectConfigurationArgs>

Stop on disconnect configuration settings for Dev Boxes created in this pool.

Constructors

Link copied to clipboard
constructor(gracePeriodMinutes: Output<Int>? = null, status: Output<Either<String, StopOnDisconnectEnableStatus>>? = null)

Properties

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

The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.

Link copied to clipboard
val status: Output<Either<String, StopOnDisconnectEnableStatus>>? = null

Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.

Functions

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