AWS Kinesis · Schema

InputParallelism

For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
Count object
View JSON Schema on GitHub

JSON Schema

kinesis-inputparallelism-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InputParallelism",
  "title": "InputParallelism",
  "type": "object",
  "properties": {
    "Count": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputParallelismCount"
        },
        {
          "description": "The number of in-application streams to create."
        }
      ]
    }
  },
  "description": "For a SQL-based Kinesis Data Analytics application, describes the number of in-application streams to create for a given streaming source. "
}