jobs_list_only
Lists jobs
in a region or regions, for all properties use jobs
Overview
Name | jobs_list_only |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Job. |
Id | aws.databrew.jobs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
dataset_name | string | Dataset name |
encryption_key_arn | string | Encryption Key Arn |
encryption_mode | string | Encryption mode |
name | string | Job name |
type | string | Job type |
log_subscription | string | Log subscription |
max_capacity | integer | Max capacity |
max_retries | integer | Max retries |
outputs | array | |
data_catalog_outputs | array | |
database_outputs | array | |
output_location | object | Output location |
project_name | string | Project name |
recipe | object | Resource schema for AWS::DataBrew::Recipe. |
role_arn | string | Role arn |
tags | array | |
timeout | integer | Timeout |
job_sample | object | Job Sample |
profile_configuration | object | Profile Job configuration |
validation_configurations | array | Data quality rules configuration |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all jobs
in a region.
SELECT
region,
name
FROM aws.databrew.jobs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the jobs_list_only
resource, see jobs