UserProfileCodeEditorAppSettings

data class UserProfileCodeEditorAppSettings(val appLifecycleManagement: UserProfileAppLifecycleManagement? = null, val builtInLifecycleConfigArn: String? = null, val customImages: List<UserProfileCustomImage>? = null, val defaultResourceSpec: UserProfileResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)

The CodeEditor app settings.

Constructors

Link copied to clipboard
constructor(appLifecycleManagement: UserProfileAppLifecycleManagement? = null, builtInLifecycleConfigArn: String? = null, customImages: List<UserProfileCustomImage>? = null, defaultResourceSpec: UserProfileResourceSpec? = null, lifecycleConfigArns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings that are used to configure and manage the lifecycle of CodeEditor applications.

Link copied to clipboard

The lifecycle configuration that runs before the default lifecycle configuration.

Link copied to clipboard

A list of custom images for use for CodeEditor apps.

Link copied to clipboard

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.

Link copied to clipboard

A list of LifecycleConfigArns available for use with CodeEditor apps.