View a markdown version of this page

AWS::EKS::Cluster RollbackConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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.

AWS::EKS::Cluster RollbackConfig

The rollback configuration for the cluster version rollback.

Syntax

To declare this entity in your Amazon 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: 120

Maximum: 10080

Update requires: No interruption