Class NotebookInstanceLifecycleConfigurationState
Inherited Members
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 NotebookInstanceLifecycleConfigurationState : ResourceArgs
Constructors
View SourceNotebookInstanceLifecycleConfigurationState()
Declaration
public NotebookInstanceLifecycleConfigurationState()
Properties
View SourceArn
The Amazon Resource Name (ARN) assigned by AWS to this lifecycle configuration.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |