In the structure of an event of Cloudwatch :
'events': [
{
'logStreamName': 'string',
'timestamp': 123,
'message': 'string',
'ingestionTime': 123,
'eventId': 'string'
},
]
What does ingestionTime mean ?
In this doc they are saying :
ingestionTime
The time the event was ingested.
Which I find still unclear.