Domain Default User Settings Code Editor App Settings Args
data class DomainDefaultUserSettingsCodeEditorAppSettingsArgs(val appLifecycleManagement: Output<DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null, val builtInLifecycleConfigArn: Output<String>? = null, val customImages: Output<List<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultUserSettingsCodeEditorAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(appLifecycleManagement: Output<DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null, builtInLifecycleConfigArn: Output<String>? = null, customImages: Output<List<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)
Properties
Link copied to clipboard
val appLifecycleManagement: Output<DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null
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
val customImages: Output<List<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImageArgs>>? = null
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
val defaultResourceSpec: Output<DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpecArgs>? = null
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.