scheduling_policy
Gets an individual scheduling_policy
resource
Overview
Name | scheduling_policy |
Type | Resource |
Description | scheduling_policy |
Id | awscc.batch.scheduling_policy |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of Scheduling Policy. |
arn | string | |
fairshare_policy | object | |
tags | object | A key-value pair to associate with a resource. |
region | string | AWS 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