

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EKS::Nodegroup WarmPoolConfig
<a name="aws-properties-eks-nodegroup-warmpoolconfig"></a>

<a name="aws-properties-eks-nodegroup-warmpoolconfig-description"></a>The `WarmPoolConfig` property type specifies Property description not available. for an [AWS::EKS::Nodegroup](aws-resource-eks-nodegroup.md).

## Syntax
<a name="aws-properties-eks-nodegroup-warmpoolconfig-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-eks-nodegroup-warmpoolconfig-syntax.json"></a>

```
{
  "[Enabled](#cfn-eks-nodegroup-warmpoolconfig-enabled)" : Boolean,
  "[MaxGroupPreparedCapacity](#cfn-eks-nodegroup-warmpoolconfig-maxgrouppreparedcapacity)" : Integer,
  "[MinSize](#cfn-eks-nodegroup-warmpoolconfig-minsize)" : Integer,
  "[PoolState](#cfn-eks-nodegroup-warmpoolconfig-poolstate)" : String,
  "[ReuseOnScaleIn](#cfn-eks-nodegroup-warmpoolconfig-reuseonscalein)" : Boolean
}
```

### YAML
<a name="aws-properties-eks-nodegroup-warmpoolconfig-syntax.yaml"></a>

```
  [Enabled](#cfn-eks-nodegroup-warmpoolconfig-enabled): Boolean
  [MaxGroupPreparedCapacity](#cfn-eks-nodegroup-warmpoolconfig-maxgrouppreparedcapacity): Integer
  [MinSize](#cfn-eks-nodegroup-warmpoolconfig-minsize): Integer
  [PoolState](#cfn-eks-nodegroup-warmpoolconfig-poolstate): String
  [ReuseOnScaleIn](#cfn-eks-nodegroup-warmpoolconfig-reuseonscalein): Boolean
```

## Properties
<a name="aws-properties-eks-nodegroup-warmpoolconfig-properties"></a>

`Enabled`  <a name="cfn-eks-nodegroup-warmpoolconfig-enabled"></a>
Property description not available.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaxGroupPreparedCapacity`  <a name="cfn-eks-nodegroup-warmpoolconfig-maxgrouppreparedcapacity"></a>
Property description not available.  
*Required*: No  
*Type*: Integer  
*Minimum*: `-1`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MinSize`  <a name="cfn-eks-nodegroup-warmpoolconfig-minsize"></a>
Property description not available.  
*Required*: No  
*Type*: Integer  
*Minimum*: `0`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PoolState`  <a name="cfn-eks-nodegroup-warmpoolconfig-poolstate"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ReuseOnScaleIn`  <a name="cfn-eks-nodegroup-warmpoolconfig-reuseonscalein"></a>
Property description not available.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)