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

ListConnectorsRequest

import type { ListConnectorsRequest } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";
interface ListConnectorsRequest {
connectorNamePrefix?: string | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
connectorNamePrefix?: string | null
[src]

The name prefix that you want to use to search for and list connectors.

§
maxResults?: number | null
[src]

The maximum number of connectors to list in one response.

§
nextToken?: string | null
[src]

If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.