Amazon EventBridge · JSON Structure

Amazon Eventbridge Put Events Request Structure

PutEventsRequest schema from Amazon EventBridge API

Type: object Properties: 1 Required: 1
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

PutEventsRequest is a JSON Structure definition published by Amazon EventBridge, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Entries

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge/refs/heads/main/json-structure/amazon-eventbridge-put-events-request-structure.json",
  "name": "PutEventsRequest",
  "description": "PutEventsRequest schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Entries": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Event"
      },
      "description": "The entry that defines an event in your system."
    }
  },
  "required": [
    "Entries"
  ]
}