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

BatchGetRumMetricDefinitionsRequest

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

§Properties

§
AppMonitorName: string
[src]

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

§

The type of destination that you want to view metrics for. 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.

§
MaxResults?: number | null
[src]

The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.

To retrieve the remaining results, make another call with the returned NextToken value.

§
NextToken?: string | null
[src]

Use the token returned by the previous operation to request the next page of results.