Retrieves all of the fields and values of a single log event
Retrieves all of the fields and values of a single log event. All fields
are retrieved, even if the original query that produced the
logRecordPointer
retrieved only a subset of fields. Fields are
returned as field name/field value pairs.
The full unparsed log event is returned within @message
.
cloudwatchlogs_get_log_record(logRecordPointer)
logRecordPointer |
[required] The pointer corresponding to the log event record you want to retrieve.
You get this from the response of a
|
A list with the following syntax:
list( logRecord = list( "string" ) )
svc$get_log_record( logRecordPointer = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.