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

SplunkRetryOptions

import type { SplunkRetryOptions } 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 Splunk, or if it doesn't receive an acknowledgment from Splunk.

interface SplunkRetryOptions {
DurationInSeconds?: number | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from Splunk after each attempt.