AWS::Events::Rule RetryPolicy - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Events::Rule RetryPolicy

A RetryPolicy object that includes information about the retry policy settings.

Syntax

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

JSON

{ "MaximumEventAgeInSeconds" : Integer, "MaximumRetryAttempts" : Integer }

Properties

MaximumEventAgeInSeconds

The maximum amount of time, in seconds, to continue to make retry attempts.

Required: No

Type: Integer

Minimum: 60

Maximum: 86400

Update requires: No interruption

MaximumRetryAttempts

The maximum number of retry attempts to make before the request fails. Retry attempts continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is met.

Required: No

Type: Integer

Minimum: 0

Maximum: 185

Update requires: No interruption