Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudwatchlogs_get_log_record

Retrieves all of the fields and values of a single log event


Description

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.

Usage

cloudwatchlogs_get_log_record(logRecordPointer)

Arguments

logRecordPointer

[required] The pointer corresponding to the log event record you want to retrieve. You get this from the response of a get_query_results operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.

Value

A list with the following syntax:

list(
  logRecord = list(
    "string"
  )
)

Request syntax

svc$get_log_record(
  logRecordPointer = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.