View source: R/kafkaconnect_operations.R
kafkaconnect_list_custom_plugins | R Documentation |
Returns a list of all of the custom plugins in this account and Region.
See https://www.paws-r-sdk.com/docs/kafkaconnect_list_custom_plugins/ for full documentation.
kafkaconnect_list_custom_plugins(
maxResults = NULL,
nextToken = NULL,
namePrefix = NULL
)
maxResults |
The maximum number of custom plugins to list in one response. |
nextToken |
If the response of a ListCustomPlugins 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. |
namePrefix |
Lists custom plugin names that start with the specified text string. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.