Amazon EventBridge · JSON Structure

Amazon Eventbridge Remove Targets Request Structure

RemoveTargetsRequest schema from Amazon EventBridge API

Type: object Properties: 4 Required: 2
Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

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

Properties

Rule EventBusName Ids 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-remove-targets-request-structure.json",
  "name": "RemoveTargetsRequest",
  "description": "RemoveTargetsRequest schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Rule": {
      "type": "string"
    },
    "EventBusName": {
      "type": "string"
    },
    "Ids": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "Force": {
      "type": "boolean"
    }
  },
  "required": [
    "Rule",
    "Ids"
  ]
}