Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ElasticsearchRetryOptions

import type { ElasticsearchRetryOptions } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";

Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon ES.

interface ElasticsearchRetryOptions {
DurationInSeconds?: number | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

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.