| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.SageMakerNotebookInstanceLifecycleConfig
Synopsis
- data SageMakerNotebookInstanceLifecycleConfig = SageMakerNotebookInstanceLifecycleConfig {
- _sageMakerNotebookInstanceLifecycleConfigNotebookInstanceLifecycleConfigName :: Maybe (Val Text)
- _sageMakerNotebookInstanceLifecycleConfigOnCreate :: Maybe [SageMakerNotebookInstanceLifecycleConfigNotebookInstanceLifecycleHook]
- _sageMakerNotebookInstanceLifecycleConfigOnStart :: Maybe [SageMakerNotebookInstanceLifecycleConfigNotebookInstanceLifecycleHook]
- sageMakerNotebookInstanceLifecycleConfig :: SageMakerNotebookInstanceLifecycleConfig
- smnilcNotebookInstanceLifecycleConfigName :: Lens' SageMakerNotebookInstanceLifecycleConfig (Maybe (Val Text))
- smnilcOnCreate :: Lens' SageMakerNotebookInstanceLifecycleConfig (Maybe [SageMakerNotebookInstanceLifecycleConfigNotebookInstanceLifecycleHook])
- smnilcOnStart :: Lens' SageMakerNotebookInstanceLifecycleConfig (Maybe [SageMakerNotebookInstanceLifecycleConfigNotebookInstanceLifecycleHook])
Documentation
data SageMakerNotebookInstanceLifecycleConfig #
Full data type definition for SageMakerNotebookInstanceLifecycleConfig.
See sageMakerNotebookInstanceLifecycleConfig for a more convenient
constructor.
Constructors
sageMakerNotebookInstanceLifecycleConfig :: SageMakerNotebookInstanceLifecycleConfig #
Constructor for SageMakerNotebookInstanceLifecycleConfig containing
required fields as arguments.
smnilcNotebookInstanceLifecycleConfigName :: Lens' SageMakerNotebookInstanceLifecycleConfig (Maybe (Val Text)) #
smnilcOnCreate :: Lens' SageMakerNotebookInstanceLifecycleConfig (Maybe [SageMakerNotebookInstanceLifecycleConfigNotebookInstanceLifecycleHook]) #