AWS Lambda · Schema

ListEventSourceMappingsResponse

Paginated list of event source mappings

Properties

Name Type Description
NextMarker string Pagination token
EventSourceMappings array
View JSON Schema on GitHub

JSON Schema

aws-lambda-list-event-source-mappings-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListEventSourceMappingsResponse",
  "type": "object",
  "description": "Paginated list of event source mappings",
  "properties": {
    "NextMarker": {
      "type": "string",
      "description": "Pagination token"
    },
    "EventSourceMappings": {
      "type": "array"
    }
  }
}