{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScalingConfig", "title": "ScalingConfig", "type": "object", "properties": { "MaximumConcurrency": { "allOf": [ { "$ref": "#/components/schemas/MaximumConcurrency" }, { "description": "Limits the number of concurrent instances that the Amazon SQS event source can invoke." } ] } }, "description": "(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value." }