---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_batch_scheduling_policy Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::Batch::SchedulingPolicy
---
# awscc_batch_scheduling_policy (Data Source)
Data Source schema for AWS::Batch::SchedulingPolicy
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String) ARN of the Scheduling Policy.
- `fairshare_policy` (Attributes) Fair Share Policy for the Job Queue. (see [below for nested schema](#nestedatt--fairshare_policy))
- `name` (String) Name of Scheduling Policy.
- `tags` (Map of String) A key-value pair to associate with a resource.
### Nested Schema for `fairshare_policy`
Read-Only:
- `compute_reservation` (Number)
- `share_decay_seconds` (Number)
- `share_distribution` (Attributes List) List of Share Attributes (see [below for nested schema](#nestedatt--fairshare_policy--share_distribution))
### Nested Schema for `fairshare_policy.share_distribution`
Read-Only:
- `share_identifier` (String)
- `weight_factor` (Number)