job_tags
Expands all tag keys and values for jobs
in a region
Overview
Name | job_tags |
Type | Resource |
Description | Resource Type definition for AWS::Glue::Job |
Id | aws.glue.job_tags |
Fields
Name | Datatype | Description |
---|---|---|
connections | object | Specifies the connections used by a job |
max_retries | number | The maximum number of times to retry this job after a JobRun fails |
description | string | A description of the job. |
timeout | integer | The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. |
allocated_capacity | number | The number of capacity units that are allocated to this job. |
name | string | The name you assign to the job definition |
role | string | The name or Amazon Resource Name (ARN) of the IAM role associated with this job. |
default_arguments | object | The default arguments for this job, specified as name-value pairs. |
notification_property | object | Specifies configuration properties of a notification. |
worker_type | string | TThe type of predefined worker that is allocated when a job runs. |
execution_class | string | Indicates whether the job is run with a standard or flexible execution class. |
log_uri | string | This field is reserved for future use. |
command | object | The code that executes a job. |
glue_version | string | Glue version determines the versions of Apache Spark and Python that AWS Glue supports. |
execution_property | object | The maximum number of concurrent runs that are allowed for this job. |
security_configuration | string | The name of the SecurityConfiguration structure to be used with this job. |
number_of_workers | integer | The number of workers of a defined workerType that are allocated when a job runs. |
max_capacity | number | The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs. |
non_overridable_arguments | object | Non-overridable arguments for this job, specified as name-value pairs. |
maintenance_window | string | Property description not available. |
job_mode | string | Property description not available. |
job_run_queuing_enabled | boolean | Property description not available. |
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,
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