DomainDefaultUserSettingsCodeEditorAppSettings constructor

const DomainDefaultUserSettingsCodeEditorAppSettings({
  1. Input<DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagement?>? appLifecycleManagement,
  2. Input<String?>? builtInLifecycleConfigArn,
  3. Input<List<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage>?>? customImages,
  4. Input<DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec?>? defaultResourceSpec,
  5. Input<List<String>?>? lifecycleConfigArns,
})

Creates a new DomainDefaultUserSettingsCodeEditorAppSettings. appLifecycleManagement Indicates whether idle shutdown is activated for JupyterLab applications. see appLifecycleManagement Block below. builtInLifecycleConfigArn The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration. customImages A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see customImage Block below. defaultResourceSpec Default instance type and the ARN of the SageMaker AI image created on the instance. see defaultResourceSpec Block below. lifecycleConfigArns ARN of the Lifecycle Configurations.

Implementation

const DomainDefaultUserSettingsCodeEditorAppSettings({
  this.appLifecycleManagement,
  this.builtInLifecycleConfigArn,
  this.customImages,
  this.defaultResourceSpec,
  this.lifecycleConfigArns,
});