Amazon EventBridge · Schema

EventBus

EventBus schema from Amazon EventBridge API

Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

Properties

Name Type Description
Name string The name of the event bus.
Arn string The ARN of the event bus.
Policy string The permissions policy of the event bus.
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-event-bus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge/refs/heads/main/json-schema/amazon-eventbridge-event-bus-schema.json",
  "title": "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."
    }
  }
}