| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary
Description
Synopsis
- data NotebookInstanceLifecycleConfigSummary = NotebookInstanceLifecycleConfigSummary' {}
- newNotebookInstanceLifecycleConfigSummary :: Text -> Text -> NotebookInstanceLifecycleConfigSummary
- notebookInstanceLifecycleConfigSummary_creationTime :: Lens' NotebookInstanceLifecycleConfigSummary (Maybe UTCTime)
- notebookInstanceLifecycleConfigSummary_lastModifiedTime :: Lens' NotebookInstanceLifecycleConfigSummary (Maybe UTCTime)
- notebookInstanceLifecycleConfigSummary_notebookInstanceLifecycleConfigName :: Lens' NotebookInstanceLifecycleConfigSummary Text
- notebookInstanceLifecycleConfigSummary_notebookInstanceLifecycleConfigArn :: Lens' NotebookInstanceLifecycleConfigSummary Text
Documentation
data NotebookInstanceLifecycleConfigSummary Source #
Provides a summary of a notebook instance lifecycle configuration.
See: newNotebookInstanceLifecycleConfigSummary smart constructor.
Constructors
| NotebookInstanceLifecycleConfigSummary' | |
Fields
| |
Instances
newNotebookInstanceLifecycleConfigSummary Source #
Arguments
Create a value of NotebookInstanceLifecycleConfigSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:NotebookInstanceLifecycleConfigSummary', notebookInstanceLifecycleConfigSummary_creationTime - A timestamp that tells when the lifecycle configuration was created.
$sel:lastModifiedTime:NotebookInstanceLifecycleConfigSummary', notebookInstanceLifecycleConfigSummary_lastModifiedTime - A timestamp that tells when the lifecycle configuration was last
modified.
$sel:notebookInstanceLifecycleConfigName:NotebookInstanceLifecycleConfigSummary', notebookInstanceLifecycleConfigSummary_notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.
$sel:notebookInstanceLifecycleConfigArn:NotebookInstanceLifecycleConfigSummary', notebookInstanceLifecycleConfigSummary_notebookInstanceLifecycleConfigArn - The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigSummary_creationTime :: Lens' NotebookInstanceLifecycleConfigSummary (Maybe UTCTime) Source #
A timestamp that tells when the lifecycle configuration was created.
notebookInstanceLifecycleConfigSummary_lastModifiedTime :: Lens' NotebookInstanceLifecycleConfigSummary (Maybe UTCTime) Source #
A timestamp that tells when the lifecycle configuration was last modified.
notebookInstanceLifecycleConfigSummary_notebookInstanceLifecycleConfigName :: Lens' NotebookInstanceLifecycleConfigSummary Text Source #
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigSummary_notebookInstanceLifecycleConfigArn :: Lens' NotebookInstanceLifecycleConfigSummary Text Source #
The Amazon Resource Name (ARN) of the lifecycle configuration.