Amazon EventBridge · JSON Structure

Amazon Eventbridge Describe Rule Response Structure

DescribeRuleResponse schema from Amazon EventBridge API

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

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

Properties

Name Arn EventPattern ScheduleExpression State Description RoleArn EventBusName

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-describe-rule-response-structure.json",
  "name": "DescribeRuleResponse",
  "description": "DescribeRuleResponse schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "Arn": {
      "type": "string"
    },
    "EventPattern": {
      "type": "string"
    },
    "ScheduleExpression": {
      "type": "string"
    },
    "State": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "RoleArn": {
      "type": "string"
    },
    "EventBusName": {
      "type": "string"
    }
  }
}