UpdateNotebookInstanceLifecycleConfigRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the lifecycle configuration.

Link copied to clipboard

The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

Link copied to clipboard

The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String