cloudwatchlogs_put_log_events {paws.management} | R Documentation |
Uploads a batch of log events to the specified log stream.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_log_events/ for full documentation.
cloudwatchlogs_put_log_events(
logGroupName,
logStreamName,
logEvents,
sequenceToken = NULL,
entity = NULL
)
logGroupName |
[required] The name of the log group. |
logStreamName |
[required] The name of the log stream. |
logEvents |
[required] The log events. |
sequenceToken |
The sequence token obtained from the response of the previous
The |
entity |
Reserved for future use. |