v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444273191.7 KB

Creates a new job to analyze a dataset and create its data profile.

post/profileJobs

Request body

DatasetNamestring required

The name of the dataset that this job is to act 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> - <code>SSE-KMS</code> - Server-side encryption with KMS-managed keys.</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 to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

LogSubscription'ENABLE' | 'DISABLE'

Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.

MaxCapacityinteger

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

MaxRetriesinteger

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

RoleArnstring required

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

Tagsobject

Metadata tags to apply to 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>.

Response

Success

Namestring required

The name of the job that was created.