kafkaconnect_list_connectors: Returns a list of all the connectors in this account and...

View source: R/kafkaconnect_operations.R

kafkaconnect_list_connectorsR Documentation

Returns a list of all the connectors in this account and Region

Description

Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.

See https://www.paws-r-sdk.com/docs/kafkaconnect_list_connectors/ for full documentation.

Usage

kafkaconnect_list_connectors(
  connectorNamePrefix = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

connectorNamePrefix

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

maxResults

The maximum number of connectors to list in one response.

nextToken

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.