Skip to main content

job_queues_list_only

Lists job_queues in a region or regions, for all properties use job_queues

Overview

Namejob_queues_list_only
TypeResource
DescriptionResource Type definition for AWS::Batch::JobQueue
Idaws.batch.job_queues_list_only

Fields

NameDatatypeDescription
job_queue_namestring
job_queue_arnstringARN of the Scheduling Policy.
compute_environment_orderarray
job_state_time_limit_actionsarray
priorityinteger
statestring
scheduling_policy_arnstringARN of the Scheduling Policy.
tagsobjectA key-value pair to associate with a resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all job_queues in a region.

SELECT
region,
job_queue_arn
FROM aws.batch.job_queues_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the job_queues_list_only resource, see job_queues