View a markdown version of this page

RetryPolicy - Amazon EventBridge Custom Event Bus

RetryPolicy

Retry policy for a subscriber.

Contents

MaxEventAgeInSeconds

Maximum age of an event in seconds before it is discarded (60-86400, default: 300).

Type: Integer

Valid Range: Minimum value of 60. Maximum value of 86400.

Required: No

MaxRetryAttempts

Maximum number of retry attempts (0-185, default: 5).

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 185.

Required: No

RetryStrategy

Strategy for determining which exceptions are retried. Default: ALL.

Type: String

Valid Values: ALL

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: