SpaceCodeEditorAppSettings

data class SpaceCodeEditorAppSettings(val appLifecycleManagement: SpaceAppLifecycleManagement? = null, val defaultResourceSpec: SpaceResourceSpec? = null)

The CodeEditor app settings.

Constructors

Link copied to clipboard
constructor(appLifecycleManagement: SpaceAppLifecycleManagement? = null, defaultResourceSpec: SpaceResourceSpec? = 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 in a space.

Link copied to clipboard

Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.