Amazon EventBridge · JSON Structure

Amazon Eventbridge Put Rule Response Structure

PutRuleResponse schema from Amazon EventBridge API

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

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

Properties

RuleArn

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-rule-response-structure.json",
  "name": "PutRuleResponse",
  "description": "PutRuleResponse schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "RuleArn": {
      "type": "string"
    }
  }
}