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

ListRumMetricsDestinationsRequest

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

§Properties

§
AppMonitorName: string
[src]

The name of the app monitor associated with the destinations that you want to retrieve.

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