Uploads a batch of log events to the specified log stream
Source:R/cloudwatchlogs_operations.R
cloudwatchlogs_put_log_events.RdUploads 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.
Usage
cloudwatchlogs_put_log_events(
logGroupName,
logStreamName,
logEvents,
sequenceToken = NULL,
entity = NULL
)Arguments
- 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
put_log_eventscall.The
sequenceTokenparameter is now ignored input_log_eventsactions.put_log_eventsactions are now accepted and never returnInvalidSequenceTokenExceptionorDataAlreadyAcceptedExceptioneven if the sequence token is not valid.- entity
The entity associated with the log events.