Amazon CloudTrail · JSON Structure

Cloudtrail Lookup Events Response Structure

LookupEventsResponse schema

Type: object Properties: 2
CloudTrailAuditComplianceGovernanceSecurity

LookupEventsResponse 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

Events 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-lookup-events-response-structure.json",
  "name": "LookupEventsResponse",
  "description": "LookupEventsResponse schema",
  "type": "object",
  "properties": {
    "Events": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "EventId": {
            "type": "string"
          },
          "EventName": {
            "type": "string"
          },
          "EventTime": {
            "type": "string",
            "format": "date-time"
          },
          "EventSource": {
            "type": "string"
          },
          "Username": {
            "type": "string"
          },
          "CloudTrailEvent": {
            "type": "string"
          },
          "ReadOnly": {
            "type": "string"
          }
        }
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}