AWS::Events::Rule RetryPolicy
A RetryPolicy
object that includes information about the retry policy
settings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaximumEventAgeInSeconds" :
Integer
, "MaximumRetryAttempts" :Integer
}
YAML
MaximumEventAgeInSeconds:
Integer
MaximumRetryAttempts:Integer
Properties
MaximumEventAgeInSeconds
-
The maximum amount of time, in seconds, to continue to make retry attempts. Retry attempts continue until either the
MaximumRetryAttempts
are tried or until the duration of theMaximumEventAgeInSeconds
is met.Required: No
Type: Integer
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
Update requires: No interruption