Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
RetryOptions' | |
|
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.