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

RedshiftRetryOptions

import type { RedshiftRetryOptions } 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 Redshift.

interface RedshiftRetryOptions {
DurationInSeconds?: number | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.