Skip to main content

job_tags

Expands all tag keys and values for jobs in a region

Overview

Namejob_tags
TypeResource
DescriptionResource Type definition for AWS::Glue::Job
Idaws.glue.job_tags

Fields

NameDatatypeDescription
connectionsobjectSpecifies the connections used by a job
max_retriesnumberThe maximum number of times to retry this job after a JobRun fails
descriptionstringA description of the job.
timeoutintegerThe maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.
allocated_capacitynumberThe number of capacity units that are allocated to this job.
namestringThe name you assign to the job definition
rolestringThe name or Amazon Resource Name (ARN) of the IAM role associated with this job.
default_argumentsobjectThe default arguments for this job, specified as name-value pairs.
notification_propertyobjectSpecifies configuration properties of a notification.
worker_typestringTThe type of predefined worker that is allocated when a job runs.
execution_classstringIndicates whether the job is run with a standard or flexible execution class.
log_uristringThis field is reserved for future use.
commandobjectThe code that executes a job.
glue_versionstringGlue version determines the versions of Apache Spark and Python that AWS Glue supports.
execution_propertyobjectThe maximum number of concurrent runs that are allowed for this job.
security_configurationstringThe name of the SecurityConfiguration structure to be used with this job.
number_of_workersintegerThe number of workers of a defined workerType that are allocated when a job runs.
max_capacitynumberThe number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
non_overridable_argumentsobjectNon-overridable arguments for this job, specified as name-value pairs.
maintenance_windowstringProperty description not available.
job_modestringProperty description not available.
job_run_queuing_enabledbooleanProperty description not available.
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,
connections,
max_retries,
description,
timeout,
allocated_capacity,
name,
role,
default_arguments,
notification_property,
worker_type,
execution_class,
log_uri,
command,
glue_version,
execution_property,
security_configuration,
number_of_workers,
max_capacity,
non_overridable_arguments,
maintenance_window,
job_mode,
job_run_queuing_enabled,
tag_key,
tag_value
FROM aws.glue.job_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the job_tags resource, see jobs