Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
NotebookInstanceLifecycleConfigSummary' | |
|
Instances
newNotebookInstanceLifecycleConfigSummary Source #
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.