kafkaconnect_list_connectors {paws.analytics} | R 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. |
[Package paws.analytics version 0.9.0 Index]