class Aws::EventBridge::Types::RetryPolicy

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

@note When making an API call, you may pass RetryPolicy

data as a hash:

    {
      maximum_retry_attempts: 1,
      maximum_event_age_in_seconds: 1,
    }

@!attribute [rw] maximum_retry_attempts

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.
@return [Integer]

@!attribute [rw] maximum_event_age_in_seconds

The maximum amount of time, in seconds, to continue to make retry
attempts.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/RetryPolicy AWS API Documentation

Constants

SENSITIVE