Returns a list of all the connectors in this account and Region
Source:R/kafkaconnect_operations.R
kafkaconnect_list_connectors.RdReturns 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.