@Stability(value=Stable)
public static interface CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getContent()
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
|
@Stability(value=Stable) @Nullable default String getContent()
@Stability(value=Stable) static CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty.Builder builder()
Copyright © 2022. All rights reserved.