Update Rum Metric Definition
cloudwatchrum_update_rum_metric_definition | R Documentation |
Modifies one existing metric definition for CloudWatch RUM extended metrics¶
Description¶
Modifies one existing metric definition for CloudWatch RUM extended metrics. For more information about extended metrics, see BatchCreateRumMetricsDefinitions.
Usage¶
cloudwatchrum_update_rum_metric_definition(AppMonitorName, Destination,
DestinationArn, 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 |
DestinationArn |
This parameter is required if 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
|
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. |
Value¶
An empty list.
Request syntax¶
svc$update_rum_metric_definition(
AppMonitorName = "string",
Destination = "CloudWatch"|"Evidently",
DestinationArn = "string",
MetricDefinition = list(
DimensionKeys = list(
"string"
),
EventPattern = "string",
Name = "string",
Namespace = "string",
UnitLabel = "string",
ValueKey = "string"
),
MetricDefinitionId = "string"
)