AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.EMRContainers.Model.JobRun

Namespace: Amazon.EMRContainers.Model
Assembly: AWSSDK.EMRContainers.dll
Version: 3.x.y.z

Syntax

C#
public class JobRun

The JobRun type exposes the following members

Constructors

NameDescription
Public Method JobRun()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of job run.

Public Property ClientToken System.String

Gets and sets the property ClientToken.

The client token used to start a job run.

Public Property ConfigurationOverrides Amazon.EMRContainers.Model.ConfigurationOverrides

Gets and sets the property ConfigurationOverrides.

The configuration settings that are used to override default configuration.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time when the job run was created.

Public Property CreatedBy System.String

Gets and sets the property CreatedBy.

The user who created the job run.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The execution role ARN of the job run.

Public Property FailureReason Amazon.EMRContainers.FailureReason

Gets and sets the property FailureReason.

The reasons why the job run has failed.

Public Property FinishedAt System.DateTime

Gets and sets the property FinishedAt.

The date and time when the job run has finished.

Public Property Id System.String

Gets and sets the property Id.

The ID of the job run.

Public Property JobDriver Amazon.EMRContainers.Model.JobDriver

Gets and sets the property JobDriver.

Parameters of job driver for the job run.

Public Property Name System.String

Gets and sets the property Name.

The name of the job run.

Public Property ReleaseLabel System.String

Gets and sets the property ReleaseLabel.

The release version of Amazon EMR.

Public Property RetryPolicyConfiguration Amazon.EMRContainers.Model.RetryPolicyConfiguration

Gets and sets the property RetryPolicyConfiguration.

The configuration of the retry policy that the job runs on.

Public Property RetryPolicyExecution Amazon.EMRContainers.Model.RetryPolicyExecution

Gets and sets the property RetryPolicyExecution.

The current status of the retry policy executed on the job.

Public Property State Amazon.EMRContainers.JobRunState

Gets and sets the property State.

The state of the job run.

Public Property StateDetails System.String

Gets and sets the property StateDetails.

Additional details of the job run state.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The assigned tags of the job run.

Public Property VirtualClusterId System.String

Gets and sets the property VirtualClusterId.

The ID of the job run's virtual cluster.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5