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

RetryOptions

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

The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.

interface RetryOptions {
DurationInSeconds?: number | null;
}

§Properties

§
DurationInSeconds?: number | null
[src]

The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.