UserProfileUserSettingsCodeEditorAppSettings constructor
const
UserProfileUserSettingsCodeEditorAppSettings({
- Input<
UserProfileUserSettingsCodeEditorAppSettingsAppLifecycleManagement?> ? appLifecycleManagement, - Input<
String?> ? builtInLifecycleConfigArn, - Input<
List< ? customImages,UserProfileUserSettingsCodeEditorAppSettingsCustomImage> ?> - Input<
UserProfileUserSettingsCodeEditorAppSettingsDefaultResourceSpec?> ? defaultResourceSpec, - Input<
List< ? lifecycleConfigArns,String> ?>
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.
Implementation
const UserProfileUserSettingsCodeEditorAppSettings({
this.appLifecycleManagement,
this.builtInLifecycleConfigArn,
this.customImages,
this.defaultResourceSpec,
this.lifecycleConfigArns,
});