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

ListConnectionsRequest

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

§Properties

§
ConnectionState?: ConnectionState | null
[src]

The state of the connection.

§
Limit?: number | null
[src]

The maximum number of connections to return.

§
NamePrefix?: string | null
[src]

A name prefix to filter results returned. Only connections 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.