Skip to main content

scheduling_policy

Gets an individual scheduling_policy resource

Overview

Namescheduling_policy
TypeResource
Descriptionscheduling_policy
Idawscc.batch.scheduling_policy

Fields

NameDatatypeDescription
namestringName of Scheduling Policy.
arnstring
fairshare_policyobject
tagsobjectA key-value pair to associate with a resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
arn,
fairshare_policy,
tags
FROM awscc.batch.scheduling_policy
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the scheduling_policy resource, the following permissions are required:

Read

Batch:DescribeSchedulingPolicies

Update

Batch:UpdateSchedulingPolicy,
Batch:TagResource,
Batch:UnTagResource

Delete

Batch:DescribeSchedulingPolicies,
Batch:DeleteSchedulingPolicy