DomainDefaultUserSettingsCodeEditorAppSettings class

Constructors

DomainDefaultUserSettingsCodeEditorAppSettings({Input<DomainDefaultUserSettingsCodeEditorAppSettingsAppLifecycleManagement?>? appLifecycleManagement, Input<String?>? builtInLifecycleConfigArn, Input<List<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage>?>? customImages, Input<DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec?>? defaultResourceSpec, Input<List<String>?>? lifecycleConfigArns})
Creates a new DomainDefaultUserSettingsCodeEditorAppSettings. 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 customImage Block below. defaultResourceSpec Default instance type and the ARN of the SageMaker AI image created on the instance. see defaultResourceSpec Block below. lifecycleConfigArns ARN 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 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<DomainDefaultUserSettingsCodeEditorAppSettingsCustomImage>?>?
A list of custom SageMaker AI images that are configured to run as a CodeEditor app. see customImage Block below.
final
defaultResourceSpec → Input<DomainDefaultUserSettingsCodeEditorAppSettingsDefaultResourceSpec?>?
Default instance type and the ARN of the SageMaker AI image created on the instance. see defaultResourceSpec Block 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