Skip to main content

scheduling_policy_tags

Expands all tag keys and values for scheduling_policies in a region

Overview

Namescheduling_policy_tags
TypeResource
DescriptionResource Type schema for AWS::Batch::SchedulingPolicy
Idaws.batch.scheduling_policy_tags

Fields

NameDatatypeDescription
namestringName of Scheduling Policy.
arnstringARN of the Scheduling Policy.
fairshare_policyobjectFair Share Policy for the Job Queue.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all scheduling_policies in a region.

SELECT
region,
name,
arn,
fairshare_policy,
tag_key,
tag_value
FROM aws.batch.scheduling_policy_tags
WHERE region = 'us-east-1';

Permissions

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