Amazon EventBridge · JSON Structure

Amazon Eventbridge Delete Rule Request Structure

DeleteRuleRequest schema from Amazon EventBridge API

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

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

Properties

Name EventBusName Force

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-delete-rule-request-structure.json",
  "name": "DeleteRuleRequest",
  "description": "DeleteRuleRequest schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "EventBusName": {
      "type": "string"
    },
    "Force": {
      "type": "boolean"
    }
  },
  "required": [
    "Name"
  ]
}