User Profile Code Editor App Settings
data class UserProfileCodeEditorAppSettings(val appLifecycleManagement: UserProfileAppLifecycleManagement? = 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, customImages: List<UserProfileCustomImage>? = null, defaultResourceSpec: UserProfileResourceSpec? = null, lifecycleConfigArns: 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
A list of LifecycleConfigArns available for use with CodeEditor apps.