NotebookInstanceLifecycleConfiguration

class NotebookInstanceLifecycleConfiguration : KotlinCustomResource

Provides a lifecycle configuration for SageMaker Notebook Instances.

Import

Models can be imported using the name, e.g.,

$ pulumi import aws:sagemaker/notebookInstanceLifecycleConfiguration:NotebookInstanceLifecycleConfiguration lc foo

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) assigned by AWS to this lifecycle configuration.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val onCreate: Output<String>?

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

Link copied to clipboard
val onStart: Output<String>?

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>