Creates a new job to analyze a dataset and create its data profile.
Request body
The name of the dataset that this job is to act upon.
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
The name of the job to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
The maximum number of nodes that DataBrew can use when the job processes data.
The maximum number of times to retry the job after a job run fails.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
Metadata tags to apply to this job.
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
The name of the job that was created.