AWS Kinesis · Schema

RedshiftRetryOptions

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

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
DurationInSeconds object
View JSON Schema on GitHub

JSON Schema

kinesis-redshiftretryoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RedshiftRetryOptions",
  "title": "RedshiftRetryOptions",
  "type": "object",
  "properties": {
    "DurationInSeconds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RedshiftRetryDurationInSeconds"
        },
        {
          "description": "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 <code>DurationInSeconds</code> is 0 (zero) or if the first delivery attempt takes longer than the current value."
        }
      ]
    }
  },
  "description": "Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift."
}