SpaceCodeEditorAppSettingsArgs

data class SpaceCodeEditorAppSettingsArgs(val appLifecycleManagement: Output<SpaceAppLifecycleManagementArgs>? = null, val defaultResourceSpec: Output<SpaceResourceSpecArgs>? = null) : ConvertibleToJava<SpaceCodeEditorAppSettingsArgs>

The CodeEditor app settings.

Constructors

Link copied to clipboard
constructor(appLifecycleManagement: Output<SpaceAppLifecycleManagementArgs>? = null, defaultResourceSpec: Output<SpaceResourceSpecArgs>? = null)

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.

Functions

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