cloudwatchrum_put_rum_events: Sends telemetry events about your application performance and...

View source: R/cloudwatchrum_operations.R

cloudwatchrum_put_rum_eventsR Documentation

Sends telemetry events about your application performance and user behavior to CloudWatch RUM

Description

Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet that RUM generates for you to add to your application includes put_rum_events operations to send this data to RUM.

See https://www.paws-r-sdk.com/docs/cloudwatchrum_put_rum_events/ for full documentation.

Usage

cloudwatchrum_put_rum_events(
  AppMonitorDetails,
  BatchId,
  Id,
  RumEvents,
  UserDetails
)

Arguments

AppMonitorDetails

[required] A structure that contains information about the app monitor that collected this telemetry information.

BatchId

[required] A unique identifier for this batch of RUM event data.

Id

[required] The ID of the app monitor that is sending this data.

RumEvents

[required] An array of structures that contain the telemetry event data.

UserDetails

[required] A structure that contains information about the user session that this batch of events was collected from.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.