NotebookExecution

A notebook execution. An execution is a specific instance that an Amazon EMR Notebook is run using the StartNotebookExecution action.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the notebook execution.

Link copied to clipboard

The unique identifier of the Amazon EMR Notebook that is used for the notebook execution.

Link copied to clipboard

The timestamp when notebook execution ended.

Link copied to clipboard

The environment variables associated with the notebook execution.

Link copied to clipboard

The execution engine, such as an Amazon EMR cluster, used to run the Amazon EMR notebook and perform the notebook execution.

Link copied to clipboard

The reason for the latest status change of the notebook execution.

Link copied to clipboard

The unique identifier of a notebook execution.

Link copied to clipboard

A name for the notebook execution.

Link copied to clipboard

The unique identifier of the Amazon EC2 security group associated with the Amazon EMR Notebook instance. For more information see Specifying Amazon EC2 Security Groups for Amazon EMR Notebooks in the Amazon EMR Management Guide.

Link copied to clipboard

Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.

Link copied to clipboard

The Amazon S3 location that stores the notebook execution input.

Link copied to clipboard

The output format for the notebook execution.

Link copied to clipboard

The Amazon S3 location for the notebook execution output.

Link copied to clipboard

The location of the notebook execution's output file in Amazon S3.

Link copied to clipboard

The timestamp when notebook execution started.

Link copied to clipboard

The status of the notebook execution.

Link copied to clipboard
val tags: List<Tag>?

A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.

Functions

Link copied to clipboard
inline fun copy(block: NotebookExecution.Builder.() -> Unit = {}): NotebookExecution
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