Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_rum_metrics_destination

delete_rum_metrics_destination(**kwargs)

Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.

See also: AWS API Documentation

Request Syntax

response = client.delete_rum_metrics_destination(
    AppMonitorName='string',
    Destination='CloudWatch'|'Evidently',
    DestinationArn='string'
)
Parameters
  • AppMonitorName (string) --

    [REQUIRED]

    The name of the app monitor that is sending metrics to the destination that you want to delete.

  • Destination (string) --

    [REQUIRED]

    The type of destination to delete. Valid values are CloudWatch and Evidently .

  • DestinationArn (string) -- 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.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • CloudWatchRUM.Client.exceptions.ConflictException
  • CloudWatchRUM.Client.exceptions.ResourceNotFoundException
  • CloudWatchRUM.Client.exceptions.InternalServerException
  • CloudWatchRUM.Client.exceptions.ValidationException
  • CloudWatchRUM.Client.exceptions.ThrottlingException
  • CloudWatchRUM.Client.exceptions.AccessDeniedException