{
"$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-processing-configuration-update-structure.json",
"name": "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"
]
}