AWS Kinesis · Schema

SingleMasterConfiguration

A structure that contains the configuration for the SINGLE_MASTER channel type.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
MessageTtlSeconds object
View JSON Schema on GitHub

JSON Schema

kinesis-singlemasterconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SingleMasterConfiguration",
  "title": "SingleMasterConfiguration",
  "type": "object",
  "properties": {
    "MessageTtlSeconds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MessageTtlSeconds"
        },
        {
          "description": "The period of time a signaling channel retains undelivered messages before they are discarded."
        }
      ]
    }
  },
  "description": "A structure that contains the configuration for the <code>SINGLE_MASTER</code> channel type."
}