cloudwatchrum_batch_create_rum_metric_definitions: Specifies the extended metrics and custom metrics that you...

View source: R/cloudwatchrum_operations.R

cloudwatchrum_batch_create_rum_metric_definitionsR Documentation

Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination

Description

Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently.

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

Usage

cloudwatchrum_batch_create_rum_metric_definitions(
  AppMonitorName,
  Destination,
  DestinationArn = NULL,
  MetricDefinitions
)

Arguments

AppMonitorName

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

Destination

[required] 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 will receive the metrics and an IAM role that has permission to write to the experiment.

DestinationArn

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

This parameter specifies the ARN of the Evidently experiment that is to receive the metrics. You must have already defined this experiment as a valid destination. For more information, see put_rum_metrics_destination.

MetricDefinitions

[required] An array of structures which define the metrics that you want to send.


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