Table of Contents

Class RetryPolicy

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

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

public class RetryPolicy
Inheritance
RetryPolicy
Inherited Members

Constructors

RetryPolicy()

public RetryPolicy()

Properties

MaximumEventAgeInSeconds

Gets and sets the property MaximumEventAgeInSeconds.

The maximum amount of time, in seconds, to continue to make retry attempts.

public int MaximumEventAgeInSeconds { get; set; }

Property Value

int

MaximumRetryAttempts

Gets and sets the property 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.

public int MaximumRetryAttempts { get; set; }

Property Value

int