---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ecs_capacity_provider Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::ECS::CapacityProvider
---
# awscc_ecs_capacity_provider (Data Source)
Data Source schema for AWS::ECS::CapacityProvider
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `auto_scaling_group_provider` (Attributes) (see [below for nested schema](#nestedatt--auto_scaling_group_provider))
- `name` (String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `auto_scaling_group_provider`
Read-Only:
- `auto_scaling_group_arn` (String)
- `managed_scaling` (Attributes) The managed scaling settings for the Auto Scaling group capacity provider. (see [below for nested schema](#nestedatt--auto_scaling_group_provider--managed_scaling))
- `managed_termination_protection` (String)
### Nested Schema for `auto_scaling_group_provider.managed_scaling`
Read-Only:
- `instance_warmup_period` (Number)
- `maximum_scaling_step_size` (Number)
- `minimum_scaling_step_size` (Number)
- `status` (String)
- `target_capacity` (Number)
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)