UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings constructor
const
UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings({})
Creates a new UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings.
idleTimeoutInMinutes The time that SageMaker AI waits after the application becomes idle before shutting it down. Valid values are between 60 and 525600.
lifecycleManagement Indicates whether idle shutdown is activated for the application type. Valid values are ENABLED and DISABLED.
maxIdleTimeoutInMinutes The maximum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60 and 525600.
minIdleTimeoutInMinutes The minimum value in minutes that custom idle shutdown can be set to by the user. Valid values are between 60 and 525600.
Implementation
const UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementIdleSettings({
this.idleTimeoutInMinutes,
this.lifecycleManagement,
this.maxIdleTimeoutInMinutes,
this.minIdleTimeoutInMinutes,
});