UserProfileUserSettingsCodeEditorAppSettings class

Constructors

UserProfileUserSettingsCodeEditorAppSettings({Input<UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagement?>? appLifecycleManagement, Input<String?>? builtInLifecycleConfigArn, Input<List<UserProfileUserSettingsCodeEditorAppSettingsCustomImage>?>? customImages, Input<UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec?>? defaultResourceSpec, Input<List<String>?>? lifecycleConfigArns})
Creates a new UserProfileUserSettingsCodeEditorAppSettings. appLifecycleManagement Indicates whether idle shutdown is activated for JupyterLab applications. see appLifecycleManagement Block below. builtInLifecycleConfigArn The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration. customImages A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see Custom Image below. defaultResourceSpec Default instance type and the ARN of the SageMaker AI image created on the instance. see Default Resource Spec below. lifecycleConfigArns ARN of the Lifecycle Configurations.
const
UserProfileUserSettingsCodeEditorAppSettings.fromMap(Map<String, dynamic> map)
factory

Properties

appLifecycleManagement → Input<UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagement?>?
Indicates whether idle shutdown is activated for JupyterLab applications. see appLifecycleManagement Block below.
final
builtInLifecycleConfigArn → Input<String?>?
The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.
final
customImages → Input<List<UserProfileUserSettingsCodeEditorAppSettingsCustomImage>?>?
A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see Custom Image below.
final
defaultResourceSpec → Input<UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec?>?
Default instance type and the ARN of the SageMaker AI image created on the instance. see Default Resource Spec below.
final
hashCode int
The hash code for this object.
no setterinherited
lifecycleConfigArns → Input<List<String>?>?
ARN of the Lifecycle Configurations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited