scheduling_policies
Retrieves a list of scheduling_policies
in a region
Overview
Name | scheduling_policies |
Type | Resource |
Description | scheduling_policies |
Id | awscc.batch.scheduling_policies |
Fields
Name | Datatype | Description |
---|---|---|
arn | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.batch.scheduling_policies
WHERE region = 'us-east-1'
Permissions
To operate on the scheduling_policies
resource, the following permissions are required:
Create
Batch:CreateSchedulingPolicy,
Batch:TagResource
List
Batch:ListSchedulingPolicies,
Batch:DescribeSchedulingPolicies