Delete Rum Metrics Destination
| cloudwatchrum_delete_rum_metrics_destination | R Documentation | 
Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination¶
Description¶
Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.
Usage¶
cloudwatchrum_delete_rum_metrics_destination(AppMonitorName,
  Destination, DestinationArn)
Arguments¶
| AppMonitorName | [required] The name of the app monitor that is sending metrics to the destination that you want to delete. | 
| Destination | [required] The type of destination to delete. Valid values are
 | 
| DestinationArn | This parameter is required if  | 
Value¶
An empty list.
Request syntax¶
svc$delete_rum_metrics_destination(
  AppMonitorName = "string",
  Destination = "CloudWatch"|"Evidently",
  DestinationArn = "string"
)