Space Space Settings Code Editor App Settings Args
data class SpaceSpaceSettingsCodeEditorAppSettingsArgs(val appLifecycleManagement: Output<SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null, val defaultResourceSpec: Output<SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpecArgs>) : ConvertibleToJava<SpaceSpaceSettingsCodeEditorAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(appLifecycleManagement: Output<SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null, defaultResourceSpec: Output<SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpecArgs>)
Properties
Link copied to clipboard
val appLifecycleManagement: Output<SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space. See app_lifecycle_management
Block below.
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. See default_resource_spec
Block below.