cloudwatchlogs_put_log_events: Uploads a batch of log events to the specified log stream

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_put_log_eventsR Documentation

Uploads a batch of log events to the specified log stream

Description

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.

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_events call.

The sequenceToken parameter is now ignored in put_log_events actions. put_log_events actions are now accepted and never return InvalidSequenceTokenException or DataAlreadyAcceptedException even if the sequence token is not valid.

entity

Reserved for future use.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.