job_tags
Expands all tag keys and values for jobs
in a region
Overview
Name | job_tags |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Job. |
Id | aws.databrew.job_tags |
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 |
timeout | integer | Timeout |
job_sample | object | Job Sample |
profile_configuration | object | Profile Job configuration |
validation_configurations | array | Data quality rules configuration |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all jobs
in a region.
SELECT
region,
dataset_name,
encryption_key_arn,
encryption_mode,
name,
type,
log_subscription,
max_capacity,
max_retries,
outputs,
data_catalog_outputs,
database_outputs,
output_location,
project_name,
recipe,
role_arn,
timeout,
job_sample,
profile_configuration,
validation_configurations,
tag_key,
tag_value
FROM aws.databrew.job_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the job_tags
resource, see jobs