Amazon EventBridge · JSON Structure

Amazon Eventbridge Create Archive Request Structure

CreateArchiveRequest schema from Amazon EventBridge API

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

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

Properties

ArchiveName EventSourceArn Description EventPattern RetentionDays

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-create-archive-request-structure.json",
  "name": "CreateArchiveRequest",
  "description": "CreateArchiveRequest schema from Amazon EventBridge API",
  "type": "object",
  "properties": {
    "ArchiveName": {
      "type": "string"
    },
    "EventSourceArn": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "EventPattern": {
      "type": "string"
    },
    "RetentionDays": {
      "type": "int32"
    }
  },
  "required": [
    "ArchiveName",
    "EventSourceArn"
  ]
}