---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_autoscaling_warm_pool Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource schema for AWS::AutoScaling::WarmPool.
---
# awscc_autoscaling_warm_pool (Resource)
Resource schema for AWS::AutoScaling::WarmPool.
## Schema
### Required
- `auto_scaling_group_name` (String)
### Optional
- `instance_reuse_policy` (Attributes) (see [below for nested schema](#nestedatt--instance_reuse_policy))
- `max_group_prepared_capacity` (Number)
- `min_size` (Number)
- `pool_state` (String)
### Read-Only
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `instance_reuse_policy`
Optional:
- `reuse_on_scale_in` (Boolean)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_autoscaling_warm_pool.example
```