Interface CfnNotebookInstanceLifecycleConfigPropsMixin.NotebookInstanceLifecycleHookProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNotebookInstanceLifecycleConfigPropsMixin.NotebookInstanceLifecycleHookProperty.Jsii$Proxy
- Enclosing class:
CfnNotebookInstanceLifecycleConfigPropsMixin
@Stability(Stable)
public static interface CfnNotebookInstanceLifecycleConfigPropsMixin.NotebookInstanceLifecycleHookProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the notebook instance lifecycle configuration script.
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.mixins.preview.services.sagemaker.mixins.*;
NotebookInstanceLifecycleHookProperty notebookInstanceLifecycleHookProperty = NotebookInstanceLifecycleHookProperty.builder()
.content("content")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnNotebookInstanceLifecycleConfigPropsMixin.NotebookInstanceLifecycleHookProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContent
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.- See Also:
-
builder
@Stability(Stable) static CfnNotebookInstanceLifecycleConfigPropsMixin.NotebookInstanceLifecycleHookProperty.Builder builder()
-