public static interface CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty
Each lifecycle configuration script has a limit of 16384 characters.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; NotebookInstanceLifecycleHookProperty notebookInstanceLifecycleHookProperty = NotebookInstanceLifecycleHookProperty.builder() .content("content") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty.Builder
|
static class |
CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty.Jsii$Proxy
An implementation for
CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty |
Modifier and Type | Method and Description |
---|---|
static CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty.Builder |
builder() |
default java.lang.String |
getContent()
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
|