View source: R/kafka_operations.R
kafka_get_bootstrap_brokers | R Documentation |
A list of brokers that a client application can use to bootstrap. This list doesn't necessarily include all of the brokers in the cluster. The following Python 3.6 example shows how you can use the Amazon Resource Name (ARN) of a cluster to get its bootstrap brokers. If you don't know the ARN of your cluster, you can use the list_clusters
operation to get the ARNs of all the clusters in this account and Region.
See https://www.paws-r-sdk.com/docs/kafka_get_bootstrap_brokers/ for full documentation.
kafka_get_bootstrap_brokers(ClusterArn)
ClusterArn |
[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.