| 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.OutputLogEvent
Description
Documentation
data OutputLogEvent Source #
Represents a log event.
See: newOutputLogEvent smart constructor.
Constructors
| OutputLogEvent' | |
Fields
| |
Instances
newOutputLogEvent :: OutputLogEvent Source #
Create a value of OutputLogEvent 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:ingestionTime:OutputLogEvent', outputLogEvent_ingestionTime - The time the event was ingested, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
$sel:message:OutputLogEvent', outputLogEvent_message - The data contained in the log event.
$sel:timestamp:OutputLogEvent', outputLogEvent_timestamp - The time the event occurred, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
outputLogEvent_ingestionTime :: Lens' OutputLogEvent (Maybe Natural) Source #
The time the event was ingested, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
outputLogEvent_message :: Lens' OutputLogEvent (Maybe Text) Source #
The data contained in the log event.
outputLogEvent_timestamp :: Lens' OutputLogEvent (Maybe Natural) Source #
The time the event occurred, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.