AWSFirehoseElasticsearchRetryOptions
Objective-C
@interface AWSFirehoseElasticsearchRetryOptions
Swift
class AWSFirehoseElasticsearchRetryOptions
Configures retry behavior in case Firehose is unable to deliver documents to Amazon ES.
-
After an initial failure to deliver to Amazon ES, the total amount of time during which 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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable durationInSeconds;
Swift
var durationInSeconds: NSNumber? { get set }