Skip to main content

scheduling_policies_list_only

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

Overview

Namescheduling_policies_list_only
TypeResource
DescriptionResource Type schema for AWS::Batch::SchedulingPolicy
Idaws.batch.scheduling_policies_list_only

Fields

NameDatatypeDescription
namestringName of Scheduling Policy.
arnstringARN of the Scheduling Policy.
fairshare_policyobjectFair Share Policy for the Job Queue.
tagsobjectA key-value pair to associate with a resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all scheduling_policies in a region.

SELECT
region,
arn
FROM aws.batch.scheduling_policies_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the scheduling_policies_list_only resource, see scheduling_policies