DomainDefaultUserSettingsCodeEditorAppSettings class
Constructors
-
DomainDefaultUserSettingsCodeEditorAppSettings({Input<
DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagement?> ? appLifecycleManagement, Input<String?> ? builtInLifecycleConfigArn, Input<List< ? customImages, Input<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage> ?>DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec?> ? defaultResourceSpec, Input<List< ? lifecycleConfigArns})String> ?> -
Creates a new DomainDefaultUserSettingsCodeEditorAppSettings.
appLifecycleManagementIndicates whether idle shutdown is activated for JupyterLab applications. seeappLifecycleManagementBlock below.builtInLifecycleConfigArnThe lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.customImagesA list of custom SageMaker AI images that are configured to run as a CodeEditor app. seecustomImageBlock below.defaultResourceSpecDefault instance type and the ARN of the SageMaker AI image created on the instance. seedefaultResourceSpecBlock below.lifecycleConfigArnsARN of the Lifecycle Configurations.const -
DomainDefaultUserSettingsCodeEditorAppSettings.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
appLifecycleManagement
→ Input<
DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagement?> ? -
Indicates whether idle shutdown is activated for JupyterLab applications. see
appLifecycleManagementBlock 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< ?DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage> ?> -
A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see
customImageBlock below.final -
defaultResourceSpec
→ Input<
DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec?> ? -
Default instance type and the ARN of the SageMaker AI image created on the instance. see
defaultResourceSpecBlock 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