{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-input-parallelism-update-schema.json", "title": "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" ] }