DescribeNotebookInstanceLifecycleConfigOutput
public struct DescribeNotebookInstanceLifecycleConfigOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A timestamp that tells when the lifecycle configuration was created.
Declaration
Swift
public let creationTime: TimeStamp? -
A timestamp that tells when the lifecycle configuration was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp? -
The Amazon Resource Name (ARN) of the lifecycle configuration.
Declaration
Swift
public let notebookInstanceLifecycleConfigArn: String? -
The name of the lifecycle configuration.
Declaration
Swift
public let notebookInstanceLifecycleConfigName: String? -
The shell script that runs only once, when you create a notebook instance.
Declaration
Swift
public let onCreate: [NotebookInstanceLifecycleHook]? -
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
Declaration
Swift
public let onStart: [NotebookInstanceLifecycleHook]? -
init(creationTime:lastModifiedTime:notebookInstanceLifecycleConfigArn:notebookInstanceLifecycleConfigName:onCreate:onStart:)Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, lastModifiedTime: TimeStamp? = nil, notebookInstanceLifecycleConfigArn: String? = nil, notebookInstanceLifecycleConfigName: String? = nil, onCreate: [NotebookInstanceLifecycleHook]? = nil, onStart: [NotebookInstanceLifecycleHook]? = nil)
View on GitHub
DescribeNotebookInstanceLifecycleConfigOutput Structure Reference