Event#

Describes an event.

Contents#

  • CloudTrailEvent — A JSON-formatted string containing the event representation. The string is formatted according to CloudTrailEventFormat.

    • Type: String

  • eventID — The ID of the event.

    • Type: String

  • EventName — The name of the event. Coincides with the name of the described API method.

    • Type: String

  • EventTime — The timestamp when the event was created.

    • Type: Double

  • Project — The ID of the project from which the API method was called.

    • Type: String

  • ReadOnly — Information whether the event is a write or read event.

    • Type: Boolean

  • Username — The user name of the requester that called the API method.

    • Type: String