View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_get_log_record | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_get_log_record/ for full documentation.
cloudwatchlogs_get_log_record(logRecordPointer, unmask = NULL)
logRecordPointer |
[required] The pointer corresponding to the log event record you want to retrieve.
You get this from the response of a
|
unmask |
Specify To use this operation with this parameter, you must be signed into an
account with the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.