You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Firehose::Types::ElasticsearchRetryOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::ElasticsearchRetryOptions
- Defined in:
- (unknown)
Overview
When passing ElasticsearchRetryOptions as input to an Aws::Client method, you can use a vanilla Hash:
{
duration_in_seconds: 1,
}
Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.
Returned by:
Instance Attribute Summary collapse
-
#duration_in_seconds ⇒ Integer
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt).
Instance Attribute Details
#duration_in_seconds ⇒ Integer
After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.