v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444273191.7 KB

Returns the definition of a specific DataBrew job.

get/jobs/{name}

Path parameters

namestring required

The name of the job to be described.

Response

Success

CreateDatestring date-time

The date and time that the job was created.

CreatedBystring

The identifier (user name) of the user associated with the creation of the job.

DatasetNamestring

The dataset that the job acts upon.

EncryptionKeyArnstring

The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.

EncryptionMode'SSE-KMS' | 'SSE-S3'
<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with keys managed by KMS.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>
Namestring required

The name of the job.

Type'PROFILE' | 'RECIPE'
<p>The job type, which must be one of the following:</p> <ul> <li> <p> <code>PROFILE</code> - The job analyzes the dataset to determine its size, data types, data distribution, and more.</p> </li> <li> <p> <code>RECIPE</code> - The job applies one or more transformations to a dataset.</p> </li> </ul>
LastModifiedBystring

The identifier (user name) of the user who last modified the job.

LastModifiedDatestring date-time

The date and time that the job was last modified.

LogSubscription'ENABLE' | 'DISABLE'

Indicates whether Amazon CloudWatch logging is enabled for this job.

MaxCapacityinteger

The maximum number of compute nodes that DataBrew can consume when the job processes data.

MaxRetriesinteger

The maximum number of times to retry the job after a job run fails.

ProjectNamestring

The DataBrew project associated with this job.

ResourceArnstring

The Amazon Resource Name (ARN) of the job.

RoleArnstring

The ARN of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.

Tagsobject

Metadata tags associated with this job.

Timeoutinteger

The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of <code>TIMEOUT</code>.