SpaceSpaceSettingsCodeEditorAppSettings constructor

const SpaceSpaceSettingsCodeEditorAppSettings({
  1. Input<SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagement?>? appLifecycleManagement,
  2. required Input<SpaceSpaceSettingsCodeEditorAppSettingsDefaultResourceSpec> defaultResourceSpec,
})

Creates a new SpaceSpaceSettingsCodeEditorAppSettings. appLifecycleManagement Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space. See appLifecycleManagement Block below. defaultResourceSpec Default instance type and the ARN of the SageMaker AI image created on the instance. See defaultResourceSpec Block below.

Implementation

const SpaceSpaceSettingsCodeEditorAppSettings({
  this.appLifecycleManagement,
  required this.defaultResourceSpec,
});