Learn R Programming

paws.analytics (version 0.7.0)

kafka_list_scram_secrets: Returns a list of the Scram Secrets associated with an Amazon MSK cluster

Description

Returns a list of the Scram Secrets associated with an Amazon MSK cluster.

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

Usage

kafka_list_scram_secrets(ClusterArn, MaxResults = NULL, NextToken = NULL)

Arguments

ClusterArn

[required] The arn of the cluster.

MaxResults

The maxResults of the query.

NextToken

The nextToken of the query.