Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface StartJobRunCommandInputProtected

The input for StartJobRunCommand.

Hierarchy

Properties

clientToken?: string

The client idempotency token of the job run request.

configurationOverrides?: ConfigurationOverrides

The configuration overrides for the job run.

executionRoleArn?: string

The execution role ARN for the job run.

jobDriver?: JobDriver

The job driver for the job run.

jobTemplateId?: string

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

jobTemplateParameters?: Record<string, string>

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

name?: string

The name of the job run.

releaseLabel?: string

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

retryPolicyConfiguration?: RetryPolicyConfiguration

The retry policy configuration for the job run.

tags?: Record<string, string>

The tags assigned to job runs.

virtualClusterId: undefined | string

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