Amazon EventBridge · JSON Structure

Amazon Eventbridge List Archives Request Structure

ListArchivesRequest schema from Amazon EventBridge API

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

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

Properties

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