Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteRumMetricsDestinationRequest

import type { DeleteRumMetricsDestinationRequest } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";
interface DeleteRumMetricsDestinationRequest {
AppMonitorName: string;
Destination: MetricDestination;
DestinationArn?: string | null;
}

§Properties

§
AppMonitorName: string
[src]

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

§

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

§
DestinationArn?: string | null
[src]

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.