OBJECT

LogEvent

A log event recorded by certain Nodes.

link GraphQL Schema definition

  • type LogEvent {
  • # The date/time of the log event.
  • timestamp: AWSDateTime!
  • # The actual logged message.
  • message: String!
  • # The date/time that the log event was recorded.
  • ingestionTime: AWSDateTime!
  • }