AWS Lambda · JSON Structure

Aws Lambda Update Event Source Mapping Request Structure

Type: object Properties: 10

UpdateEventSourceMappingRequest is a JSON Structure definition published by AWS Lambda, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

FunctionName Enabled BatchSize MaximumBatchingWindowInSeconds MaximumRecordAgeInSeconds BisectBatchOnFunctionError MaximumRetryAttempts ParallelizationFactor TumblingWindowInSeconds FunctionResponseTypes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateEventSourceMappingRequest",
  "type": "object",
  "properties": {
    "FunctionName": {
      "type": "string"
    },
    "Enabled": {
      "type": "boolean"
    },
    "BatchSize": {
      "type": "integer"
    },
    "MaximumBatchingWindowInSeconds": {
      "type": "integer"
    },
    "MaximumRecordAgeInSeconds": {
      "type": "integer"
    },
    "BisectBatchOnFunctionError": {
      "type": "boolean"
    },
    "MaximumRetryAttempts": {
      "type": "integer"
    },
    "ParallelizationFactor": {
      "type": "integer"
    },
    "TumblingWindowInSeconds": {
      "type": "integer"
    },
    "FunctionResponseTypes": {
      "type": "array"
    }
  }
}