{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-input-parallelism-update-structure.json", "name": "InputParallelismUpdate", "description": "For a SQL-based Kinesis Data Analytics application, provides updates to the parallelism count.", "type": "object", "properties": { "CountUpdate": { "allOf": [ { "$ref": "#/components/schemas/InputParallelismCount" }, { "description": "The number of in-application streams to create for the specified streaming source." } ] } }, "required": [ "CountUpdate" ] }