This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EKS::Cluster RollbackConfig
The rollback configuration for the cluster version rollback.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "TimeoutMinutes" :Integer}
YAML
TimeoutMinutes:Integer
Properties
TimeoutMinutes-
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:
120Maximum:
10080Update requires: No interruption