Amazon EventBridge · JSON Structure

Amazon Eventbridge List Rules Request Structure

ListRulesRequest schema from Amazon EventBridge API

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

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

Properties

NamePrefix 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-rules-request-structure.json",
  "name": "ListRulesRequest",
  "description": "ListRulesRequest schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "NamePrefix": {
      "type": "string"
    },
    "EventBusName": {
      "type": "string"
    },
    "NextToken": {
      "type": "string"
    },
    "Limit": {
      "type": "int32"
    }
  }
}