Values_2.UpdateNotebookInstanceLifecycleConfigInputSourceUpdates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API. Updates to lifecycle configurations affect all notebook instances using that configuration upon their next start. Lifecycle configuration scripts execute with root access and the notebook instance's IAM execution role privileges. Grant this permission only to trusted principals. See Customize a Notebook Instance Using a Lifecycle Configuration Script for security best practices.
type nonrec t = {notebookInstanceLifecycleConfigName : Values_1.NotebookInstanceLifecycleConfigName.t;The name of the lifecycle configuration.
*)onCreate : Values_1.NotebookInstanceLifecycleConfigList.t option;The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
*)onStart : Values_1.NotebookInstanceLifecycleConfigList.t option;The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.
*)}val make :
?onCreate:??? ->
?onStart:??? ->
notebookInstanceLifecycleConfigName:
Values_1.NotebookInstanceLifecycleConfigName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.NotebookInstanceLifecycleConfigName.t ])
list ]