View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_put_log_events | 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.