

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::Cluster RollbackConfig
<a name="aws-properties-eks-cluster-rollbackconfig"></a>

The rollback configuration for the cluster version rollback.

## Syntax
<a name="aws-properties-eks-cluster-rollbackconfig-syntax"></a>

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

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

```
{
  "[TimeoutMinutes](#cfn-eks-cluster-rollbackconfig-timeoutminutes)" : {{Integer}}
}
```

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

```
  [TimeoutMinutes](#cfn-eks-cluster-rollbackconfig-timeoutminutes): {{Integer}}
```

## Properties
<a name="aws-properties-eks-cluster-rollbackconfig-properties"></a>

`TimeoutMinutes`  <a name="cfn-eks-cluster-rollbackconfig-timeoutminutes"></a>
The length of time in minutes to wait before cancelling the update. Timeout is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. This value can be between 120 (2 hours) and 10080 (7 days). Default: `720` (12 hours) if not specified.  
*Required*: No  
*Type*: Integer  
*Minimum*: `120`  
*Maximum*: `10080`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)