Values_1.DescribeNotebookInstanceLifecycleConfigOutputSourceReturns a description of a notebook instance lifecycle configuration. For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
type nonrec t = {notebookInstanceLifecycleConfigArn : NotebookInstanceLifecycleConfigArn.t
option;The Amazon Resource Name (ARN) of the lifecycle configuration.
*)notebookInstanceLifecycleConfigName : NotebookInstanceLifecycleConfigName.t
option;The name of the lifecycle configuration.
*)onCreate : NotebookInstanceLifecycleConfigList.t option;The shell script that runs only once, when you create a notebook instance.
*)onStart : NotebookInstanceLifecycleConfigList.t option;The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;A timestamp that tells when the lifecycle configuration was last modified.
*)creationTime : Values_0.CreationTime.t option;A timestamp that tells when the lifecycle configuration was created.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of NotebookInstanceLifecycleConfigContent.t ])
list ]
list
| `String of NotebookInstanceLifecycleConfigArn.t
| `Timestamp of Values_0.LastModifiedTime.t ])
list ]