Skip to main content

job_tags

Expands all tag keys and values for jobs in a region

Overview

Namejob_tags
TypeResource
DescriptionResource schema for AWS::DataBrew::Job.
Idaws.databrew.job_tags

Fields

NameDatatypeDescription
dataset_namestringDataset name
encryption_key_arnstringEncryption Key Arn
encryption_modestringEncryption mode
namestringJob name
typestringJob type
log_subscriptionstringLog subscription
max_capacityintegerMax capacity
max_retriesintegerMax retries
outputsarray
data_catalog_outputsarray
database_outputsarray
output_locationobjectOutput location
project_namestringProject name
recipeobjectResource schema for AWS::DataBrew::Recipe.
role_arnstringRole arn
timeoutintegerTimeout
job_sampleobjectJob Sample
profile_configurationobjectProfile Job configuration
validation_configurationsarrayData quality rules configuration
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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