| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchLogs.Types.InputLogEvent
Description
Synopsis
Documentation
data InputLogEvent Source #
Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.
See: newInputLogEvent smart constructor.
Constructors
| InputLogEvent' | |
Instances
Create a value of InputLogEvent with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timestamp:InputLogEvent', inputLogEvent_timestamp - The time the event occurred, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
$sel:message:InputLogEvent', inputLogEvent_message - The raw event message.
inputLogEvent_timestamp :: Lens' InputLogEvent Natural Source #
The time the event occurred, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
inputLogEvent_message :: Lens' InputLogEvent Text Source #
The raw event message.