Learn R Programming

paws.analytics (version 0.1.11)

kafka_get_bootstrap_brokers: A list of brokers that a client application can use to bootstrap

Description

A list of brokers that a client application can use to bootstrap.

Usage

kafka_get_bootstrap_brokers(ClusterArn)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Value

A list with the following syntax:

list(
  BootstrapBrokerString = "string",
  BootstrapBrokerStringTls = "string",
  BootstrapBrokerStringSaslScram = "string"
)

Request syntax

svc$get_bootstrap_brokers(
  ClusterArn = "string"
)