Amazon EventBridge · JSON Structure

Amazon Eventbridge List Archives Response Structure

ListArchivesResponse schema from Amazon EventBridge API

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

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

Properties

Archives NextToken

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-response-structure.json",
  "name": "ListArchivesResponse",
  "description": "ListArchivesResponse schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "Archives": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "ArchiveName": {
            "type": "string"
          },
          "EventSourceArn": {
            "type": "string"
          },
          "State": {
            "type": "string"
          },
          "RetentionDays": {
            "type": "int32"
          },
          "SizeBytes": {
            "type": "int32"
          },
          "EventCount": {
            "type": "int32"
          },
          "CreationTime": {
            "type": "datetime"
          }
        }
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}