Learn R Programming

paws.analytics (version 0.7.0)

kafka_list_replicators: Lists the replicators

Description

Lists the replicators.

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

Usage

kafka_list_replicators(
  MaxResults = NULL,
  NextToken = NULL,
  ReplicatorNameFilter = NULL
)

Arguments

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.