cloudwatchrum_put_rum_metrics_destination: Creates or updates a destination to receive extended metrics...

View source: R/cloudwatchrum_operations.R

cloudwatchrum_put_rum_metrics_destinationR Documentation

Creates or updates a destination to receive extended metrics from CloudWatch RUM

Description

Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment.

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

Usage

cloudwatchrum_put_rum_metrics_destination(
  AppMonitorName,
  Destination,
  DestinationArn = NULL,
  IamRoleArn = NULL
)

Arguments

AppMonitorName

[required] The name of the CloudWatch RUM app monitor that will send the metrics.

Destination

[required] Defines the destination to send the metrics to. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.

DestinationArn

Use this parameter only if Destination is Evidently. This parameter specifies the ARN of the Evidently experiment that will receive the extended metrics.

IamRoleArn

This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.

This parameter specifies the ARN of an IAM role that RUM will assume to write to the Evidently experiment that you are sending metrics to. This role must have permission to write to that experiment.


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