Values_1.DescribeNotebookInstanceLifecycleConfigInputSourceReturns 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 = {notebookInstanceLifecycleConfigName : NotebookInstanceLifecycleConfigName.t;The name of the lifecycle configuration to describe.
*)}val make :
notebookInstanceLifecycleConfigName:NotebookInstanceLifecycleConfigName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of NotebookInstanceLifecycleConfigName.t ]) list ]