Modifies one existing metric definition for CloudWatch RUM extended metrics
Source:R/cloudwatchrum_operations.R
cloudwatchrum_update_rum_metric_definition.RdModifies one existing metric definition for CloudWatch RUM extended metrics. For more information about extended metrics, see BatchCreateRumMetricsDefinitions.
See https://www.paws-r-sdk.com/docs/cloudwatchrum_update_rum_metric_definition/ for full documentation.
Usage
cloudwatchrum_update_rum_metric_definition(
AppMonitorName,
Destination,
DestinationArn = NULL,
MetricDefinition,
MetricDefinitionId
)Arguments
- AppMonitorName
[required] The name of the CloudWatch RUM app monitor that sends these metrics.
- Destination
[required] The destination to send the metrics to. Valid values are
CloudWatchandEvidently. If you specifyEvidently, 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
DestinationisEvidently. IfDestinationisCloudWatch, 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.- MetricDefinition
[required] A structure that contains the new definition that you want to use for this metric.
- MetricDefinitionId
[required] The ID of the metric definition to update.