{ "$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-processing-configuration-update-schema.json", "title": "InputProcessingConfigurationUpdate", "description": "For a SQL-based Kinesis Data Analytics application, describes updates to an InputProcessingConfiguration.", "type": "object", "properties": { "InputLambdaProcessorUpdate": { "allOf": [ { "$ref": "#/components/schemas/InputLambdaProcessorUpdate" }, { "description": "Provides update information for an InputLambdaProcessor." } ] } }, "required": [ "InputLambdaProcessorUpdate" ] }