ScalingConfig

(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.

APIs.ioEngineeringPlatform

Properties

Name Type Description
MaximumConcurrency object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-scalingconfig-schema.json Raw ↑
{
  "$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."
}