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

BatchDeleteRumMetricDefinitionsRequest

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

§Properties

§
AppMonitorName: string
[src]

The name of the CloudWatch RUM app monitor that is sending these metrics.

§

Defines the destination where you want to stop sending the specified metrics. Valid values are CloudWatch and Evidently. If you specify Evidently, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.

§
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 was receiving the metrics that are being deleted.

§
MetricDefinitionIds: string[]
[src]

An array of structures which define the metrics that you want to stop sending.