DomainDefaultUserSettingsCodeEditorAppSettings

data class DomainDefaultUserSettingsCodeEditorAppSettings(val appLifecycleManagement: DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagement? = null, val builtInLifecycleConfigArn: String? = null, val customImages: List<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage>? = null, val defaultResourceSpec: DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)

Constructors

constructor(appLifecycleManagement: DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagement? = null, builtInLifecycleConfigArn: String? = null, customImages: List<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage>? = null, defaultResourceSpec: DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec? = null, lifecycleConfigArns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether idle shutdown is activated for JupyterLab applications. see app_lifecycle_management Block below.

Link copied to clipboard

The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.

Link copied to clipboard

A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see custom_image 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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Lifecycle Configurations.