aws-cdk-lib.aws_sagemaker.CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty

interface NotebookInstanceLifecycleHookProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnNotebookInstanceLifecycleConfig_NotebookInstanceLifecycleHookProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty
Pythonaws_cdk.aws_sagemaker.CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnNotebookInstanceLifecycleConfig » NotebookInstanceLifecycleHookProperty

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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const notebookInstanceLifecycleHookProperty: sagemaker.CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty = {
  content: 'content',
};

Properties

NameTypeDescription
content?stringA base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.

content?

Type: string (optional)

A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.