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_arnstringARN of the Scheduling Policy.
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