class Aws::EMRContainers::Types::JobRun

This entity describes a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

@!attribute [rw] id

The ID of the job run.
@return [String]

@!attribute [rw] name

The name of the job run.
@return [String]

@!attribute [rw] virtual_cluster_id

The ID of the job run's virtual cluster.
@return [String]

@!attribute [rw] arn

The ARN of job run.
@return [String]

@!attribute [rw] state

The state of the job run.
@return [String]

@!attribute [rw] client_token

The client token used to start a job run.
@return [String]

@!attribute [rw] execution_role_arn

The execution role ARN of the job run.
@return [String]

@!attribute [rw] release_label

The release version of Amazon EMR.
@return [String]

@!attribute [rw] configuration_overrides

The configuration settings that are used to override default
configuration.
@return [Types::ConfigurationOverrides]

@!attribute [rw] job_driver

Parameters of job driver for the job run.
@return [Types::JobDriver]

@!attribute [rw] created_at

The date and time when the job run was created.
@return [Time]

@!attribute [rw] created_by

The user who created the job run.
@return [String]

@!attribute [rw] finished_at

The date and time when the job run has finished.
@return [Time]

@!attribute [rw] state_details

Additional details of the job run state.
@return [String]

@!attribute [rw] failure_reason

The reasons why the job run has failed.
@return [String]

@!attribute [rw] tags

The assigned tags of the job run.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/JobRun AWS API Documentation

Constants

SENSITIVE