cloudwatchrum_delete_rum_metrics_destination: Deletes a destination for CloudWatch RUM extended metrics, so...

View source: R/cloudwatchrum_operations.R

cloudwatchrum_delete_rum_metrics_destinationR 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.

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

Usage

cloudwatchrum_delete_rum_metrics_destination(
  AppMonitorName,
  Destination,
  DestinationArn = NULL
)

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 CloudWatch and Evidently.

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 corresponds to the destination to delete.


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