DomainAppLifecycleManagementArgs

data class DomainAppLifecycleManagementArgs(val idleSettings: Output<DomainIdleSettingsArgs>? = null) : ConvertibleToJava<DomainAppLifecycleManagementArgs>

Constructors

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

Properties

Link copied to clipboard

Settings related to idle shutdown of Studio applications.

Functions

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