JobRun

class JobRun

Information about a job run. A job run is a unit of work, such as a Spark JAR, Hive query, or SparkSQL query, that you submit to an Amazon EMR Serverless application.

Types

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

Properties

Link copied to clipboard

The ID of the application the job is running on.

Link copied to clipboard
val arn: String

The execution role ARN of the job run.

Link copied to clipboard
val attempt: Int?

The attempt of the job run.

Link copied to clipboard

The date and time of when the job run attempt was created.

Link copied to clipboard

The date and time of when the job run attempt was last updated.

Link copied to clipboard

The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker. Note that billed resources do not include usage for idle pre-initialized workers.

Link copied to clipboard

The configuration settings that are used to override default configuration.

Link copied to clipboard

The date and time when the job run was created.

Link copied to clipboard

The user who created the job run.

Link copied to clipboard

The date and time when the job was terminated.

Link copied to clipboard

Optional IAM policy. The resulting job IAM role permissions will be an intersection of the policies passed and the policy associated with your job execution role.

Link copied to clipboard

The execution role ARN of the job run.

Link copied to clipboard

Returns the job run timeout value from the StartJobRun call. If no timeout was specified, then it returns the default timeout of 720 minutes.

Link copied to clipboard

The job driver for the job run.

Link copied to clipboard

The ID of the job run.

Link copied to clipboard

The mode of the job run.

Link copied to clipboard
val name: String?

The optional job run name. This doesn't have to be unique.

Link copied to clipboard

The network configuration for customer VPC connectivity.

Link copied to clipboard

The total time for a job in the QUEUED state in milliseconds.

Link copied to clipboard

The Amazon EMR release associated with the application your job is running on.

Link copied to clipboard

The retry policy of the job run.

Link copied to clipboard

The date and time when the job moved to the RUNNING state.

Link copied to clipboard

The state of the job run.

Link copied to clipboard

The state details of the job run.

Link copied to clipboard

The tags assigned to the job run.

Link copied to clipboard

The job run total execution duration in seconds. This field is only available for job runs in a COMPLETED, FAILED, or CANCELLED state.

Link copied to clipboard

The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time the job terminates, rounded up to the nearest second.

Link copied to clipboard

The date and time when the job run was updated.

Functions

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