Amazon EventBridge · JSON Structure

Amazon Eventbridge Event Bus Structure

EventBus schema from Amazon EventBridge API

Type: object Properties: 3
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

EventBus is a JSON Structure definition published by Amazon EventBridge, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name Arn Policy

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-event-bus-structure.json",
  "name": "EventBus",
  "description": "EventBus schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The name of the event bus."
    },
    "Arn": {
      "type": "string",
      "description": "The ARN of the event bus."
    },
    "Policy": {
      "type": "string",
      "description": "The permissions policy of the event bus."
    }
  }
}