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::EventsV2::Subscriber RetryPolicy
The retry policy for failed deliveries.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MaxEventAgeInSeconds" :Integer, "MaxRetryAttempts" :Integer, "RetryStrategy" :String}
YAML
MaxEventAgeInSeconds:IntegerMaxRetryAttempts:IntegerRetryStrategy:String
Properties
MaxEventAgeInSeconds-
The maximum age of an event in seconds, 60-86400 (24 hours). When an event reaches this age, retries stop; if OnFailureConfiguration is set, the event is delivered to that destination, otherwise it is dropped. The default is 300.
Required: No
Type: Integer
Minimum:
60Maximum:
86400Update requires: No interruption
MaxRetryAttempts-
The maximum number of retry attempts, 0-185. When the attempts are exhausted, retries stop; if OnFailureConfiguration is set, the event is delivered to that destination, otherwise it is dropped. The default is 5.
Required: No
Type: Integer
Minimum:
0Maximum:
185Update requires: No interruption
RetryStrategy-
Which errors are retried. ALL retries all errors. The default is ALL.
Required: No
Type: String
Allowed values:
ALLUpdate requires: No interruption