Skip to main content

jobs

Retrieves a list of jobs in a region

Overview

Namejobs
TypeResource
Descriptionjobs
Idawscc.databrew.jobs

Fields

NameDatatypeDescription
namestringJob name
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.databrew.jobs
WHERE region = 'us-east-1'

Permissions

To operate on the jobs resource, the following permissions are required:

Create

databrew:CreateProfileJob,
databrew:CreateRecipeJob,
databrew:TagResource,
databrew:UntagResource,
iam:PassRole

List

databrew:ListJobs,
databrew:ListTagsForResource,
iam:ListRoles