Amazon EventBridge · JSON Structure

Amazon Eventbridge List Targets By Rule Request Structure

ListTargetsByRuleRequest schema from Amazon EventBridge API

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

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

Properties

Rule EventBusName NextToken Limit

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-list-targets-by-rule-request-structure.json",
  "name": "ListTargetsByRuleRequest",
  "description": "ListTargetsByRuleRequest schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Rule": {
      "type": "string"
    },
    "EventBusName": {
      "type": "string"
    },
    "NextToken": {
      "type": "string"
    },
    "Limit": {
      "type": "int32"
    }
  },
  "required": [
    "Rule"
  ]
}