Amazon Data Exchange · JSON Structure

Event Action Structure

An event action that automates responses to Data Exchange events.

Type: typedMap Properties: 0
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Event Action Structure is a JSON Structure definition published by Amazon Data Exchange. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/event-action-structure.json",
  "title": "Event Action",
  "description": "An event action that automates responses to Data Exchange events.",
  "type": "typedMap",
  "fields": {
    "Id": {
      "type": "str",
      "description": "The Id field"
    },
    "Arn": {
      "type": "str",
      "description": "The Arn field"
    },
    "Event": {
      "type": "map",
      "description": "The Event field"
    },
    "Action": {
      "type": "map",
      "description": "The Action field"
    },
    "CreatedAt": {
      "type": "str",
      "description": "The CreatedAt field",
      "format": "date-time"
    },
    "UpdatedAt": {
      "type": "str",
      "description": "The UpdatedAt field",
      "format": "date-time"
    }
  }
}