kafka_list_replicators: Lists the replicators

View source: R/kafka_operations.R

kafka_list_replicatorsR Documentation

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.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.