SpaceAppLifecycleManagementArgs

data class SpaceAppLifecycleManagementArgs(val idleSettings: Output<SpaceIdleSettingsArgs>? = null) : ConvertibleToJava<SpaceAppLifecycleManagementArgs>

Constructors

Link copied to clipboard
constructor(idleSettings: Output<SpaceIdleSettingsArgs>? = null)

Properties

Link copied to clipboard
val idleSettings: Output<SpaceIdleSettingsArgs>? = null

Settings related to idle shutdown of Studio applications.

Functions

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