UserProfileCodeEditorAppSettingsArgs

data class UserProfileCodeEditorAppSettingsArgs(val appLifecycleManagement: Output<UserProfileAppLifecycleManagementArgs>? = null, val customImages: Output<List<UserProfileCustomImageArgs>>? = null, val defaultResourceSpec: Output<UserProfileResourceSpecArgs>? = null, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<UserProfileCodeEditorAppSettingsArgs>

The CodeEditor app settings.

Constructors

Link copied to clipboard
constructor(appLifecycleManagement: Output<UserProfileAppLifecycleManagementArgs>? = null, customImages: Output<List<UserProfileCustomImageArgs>>? = null, defaultResourceSpec: Output<UserProfileResourceSpecArgs>? = null, lifecycleConfigArns: Output<List<String>>? = null)

Properties

Link copied to clipboard

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

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
val lifecycleConfigArns: Output<List<String>>? = null

A list of LifecycleConfigArns available for use with CodeEditor apps.

Functions

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