Amazon CloudTrail · JSON Structure

Cloudtrail List Event Data Stores Response Structure

ListEventDataStoresResponse schema

Type: object Properties: 2
CloudTrailAuditComplianceGovernanceSecurity

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

Properties

EventDataStores 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-cloudtrail/refs/heads/main/json-structure/cloudtrail-list-event-data-stores-response-structure.json",
  "name": "ListEventDataStoresResponse",
  "description": "ListEventDataStoresResponse schema",
  "type": "object",
  "properties": {
    "EventDataStores": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "EventDataStoreArn": {
            "type": "string"
          },
          "Name": {
            "type": "string"
          },
          "Status": {
            "type": "string"
          },
          "RetentionPeriod": {
            "type": "integer"
          }
        }
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}