v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141912377.1 KB

Starts 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.

post/virtualclusters/{virtualClusterId}/jobruns

Path parameters

virtualClusterIdstring required

The virtual cluster ID for which the job run request is submitted.

Request body

namestring

The name of the job run.

clientTokenstring required

The client idempotency token of the job run request.

executionRoleArnstring

The execution role ARN for the job run.

releaseLabelstring

The Amazon EMR release version to use for the job run.

tagsobject

The tags assigned to job runs.

jobTemplateIdstring

The job template ID to be used to start the job run.

jobTemplateParametersobject

The values of job template parameters to start a job run.

Response

Success

idstring

This output displays the started job run ID.

namestring

This output displays the name of the started job run.

arnstring

This output lists the ARN of job run.

virtualClusterIdstring

This output displays the virtual cluster ID for which the job run was submitted.