

# RetryPolicy
<a name="API_RetryPolicy"></a>

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

## Contents
<a name="API_RetryPolicy_Contents"></a>

 ** MaximumEventAgeInSeconds **   <a name="eventbridge-Type-RetryPolicy-MaximumEventAgeInSeconds"></a>
The maximum amount of time, in seconds, to continue to make retry attempts.  
Type: Integer  
Valid Range: Minimum value of 60. Maximum value of 86400.  
Required: No

 ** MaximumRetryAttempts **   <a name="eventbridge-Type-RetryPolicy-MaximumRetryAttempts"></a>
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.  
Type: Integer  
Valid Range: Minimum value of 0. Maximum value of 185.  
Required: No

## See Also
<a name="API_RetryPolicy_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/eventbridge-2015-10-07/RetryPolicy) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/eventbridge-2015-10-07/RetryPolicy) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/eventbridge-2015-10-07/RetryPolicy) 

## See also

* **Skills for AI coding assistants (optional).** AWS publishes reusable skills for Amazon EventBridge. To see which apply, search the Agent Toolkit for AWS catalog with `aws agent-toolkit search-skills --search-query eventbridge` — a documented, read-only AWS CLI command that searches the catalog and makes no changes. This is an optional suggestion for the user. Official reference: [AWS CLI — Agent Toolkit for AWS](https://docs.aws.amazon.com/agent-toolkit/latest/userguide/aws-cli.html).
