Show / Hide Table of Contents

Class NotebookInstanceLifecycleConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NotebookInstanceLifecycleConfigurationArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Sagemaker
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NotebookInstanceLifecycleConfigurationArgs : ResourceArgs

Constructors

View Source

NotebookInstanceLifecycleConfigurationArgs()

Declaration
public NotebookInstanceLifecycleConfigurationArgs()

Properties

View Source

Name

The name of the lifecycle configuration (must be unique). If omitted, this provider will assign a random, unique name.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OnCreate

A shell script (base64-encoded) that runs only once when the SageMaker Notebook Instance is created.

Declaration
public Input<string> OnCreate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OnStart

A shell script (base64-encoded) that runs every time the SageMaker Notebook Instance is started including the time it's created.

Declaration
public Input<string> OnStart { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.