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

ListApiDestinationsRequest

import type { ListApiDestinationsRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface ListApiDestinationsRequest {
ConnectionArn?: string | null;
Limit?: number | null;
NamePrefix?: string | null;
NextToken?: string | null;
}

§Properties

§
ConnectionArn?: string | null
[src]

The ARN of the connection specified for the API destination.

§
Limit?: number | null
[src]

The maximum number of API destinations to include in the response.

§
NamePrefix?: string | null
[src]

A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.