<p>Returns a list of all the MSK clusters in the current Region.</p>
kafka_list_clusters(ClusterNameFilter, MaxResults, NextToken)
<p>Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.</p>
<p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
<p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.</p>
svc$list_clusters( ClusterNameFilter = "string", MaxResults = 123, NextToken = "string" )