View source: R/cloudwatchrum_operations.R
cloudwatchrum_batch_delete_rum_metric_definitions | R Documentation |
Removes the specified metrics from being sent to an extended metrics destination.
See https://www.paws-r-sdk.com/docs/cloudwatchrum_batch_delete_rum_metric_definitions/ for full documentation.
cloudwatchrum_batch_delete_rum_metric_definitions(
AppMonitorName,
Destination,
DestinationArn = NULL,
MetricDefinitionIds
)
AppMonitorName |
[required] The name of the CloudWatch RUM app monitor that is sending these metrics. |
Destination |
[required] Defines the destination where you want to stop sending the specified
metrics. Valid values are |
DestinationArn |
This parameter is required if This parameter specifies the ARN of the Evidently experiment that was receiving the metrics that are being deleted. |
MetricDefinitionIds |
[required] An array of structures which define the metrics that you want to stop sending. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.