View source: R/kafka_operations.R
kafka_list_replicators | R Documentation |
Lists the replicators.
See https://www.paws-r-sdk.com/docs/kafka_list_replicators/ for full documentation.
kafka_list_replicators(
MaxResults = NULL,
NextToken = NULL,
ReplicatorNameFilter = NULL
)
MaxResults |
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter. |
NextToken |
If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators. |
ReplicatorNameFilter |
Returns replicators starting with given name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.