| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The retry policy that is used when an event fails to be pushed. | ||
| PushRetryStrategy | string | The retry policy. Valid values:
| BACKOFF_RETRY |
| MaximumEventAgeInSeconds | long | The maximum period during which retries can be performed. Unit: seconds. | 512 |
| MaximumRetryAttempts | long | The maximum number of retries. | 3 |