<p>Returns a list of the broker nodes in the cluster.</p>
kafka_list_nodes(ClusterArn, MaxResults, NextToken)
[required] <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</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_nodes( ClusterArn = "string", MaxResults = 123, NextToken = "string" )