UserProfileUserSettingsCodeEditorAppSettingsArgs

data class UserProfileUserSettingsCodeEditorAppSettingsArgs(val appLifecycleManagement: Output<UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null, val builtInLifecycleConfigArn: Output<String>? = null, val customImages: Output<List<UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<UserProfileUserSettingsCodeEditorAppSettingsArgs>

Constructors

constructor(appLifecycleManagement: Output<UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagementArgs>? = null, builtInLifecycleConfigArn: Output<String>? = null, customImages: Output<List<UserProfileUserSettingsCodeEditorAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val builtInLifecycleConfigArn: Output<String>? = null

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 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 below.

Link copied to clipboard
val lifecycleConfigArns: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): UserProfileUserSettingsCodeEditorAppSettingsArgs