OBJECT
LogEvent
A log event recorded by certain Nodes.
link GraphQL Schema definition
- type LogEvent {
- # The date/time of the log event.
- AWSDateTime! :
- # The actual logged message.
- String! :
- # The date/time that the log event was recorded.
- AWSDateTime! :
- }