| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Firehose.Types.RetryOptions
Description
Synopsis
Documentation
data RetryOptions Source #
The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
See: newRetryOptions smart constructor.
Constructors
| RetryOptions' | |
Fields
| |
Instances
newRetryOptions :: RetryOptions Source #
Create a value of RetryOptions with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:durationInSeconds:RetryOptions', retryOptions_durationInSeconds - The period of time during which Kinesis Data Firehose retries to deliver
data to the specified Amazon S3 prefix.
retryOptions_durationInSeconds :: Lens' RetryOptions (Maybe Natural) Source #
The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.