SpaceSpaceSettingsCodeEditorAppSettings constructor
const
SpaceSpaceSettingsCodeEditorAppSettings({
- Input<
SpaceSpaceSettingsCodeEditorAppSettingsAppLifecycleManagement?> ? appLifecycleManagement, - 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,
});