AWS Kinesis · Schema

RetryOptions

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

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
DurationInSeconds object
View JSON Schema on GitHub

JSON Schema

kinesis-retryoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RetryOptions",
  "title": "RetryOptions",
  "type": "object",
  "properties": {
    "DurationInSeconds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RetryDurationInSeconds"
        },
        {
          "description": "The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix."
        }
      ]
    }
  },
  "description": " The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix."
}