get_bootstrap_brokers
(**kwargs)¶A list of brokers that a client application can use to bootstrap.
See also: AWS API Documentation
Request Syntax
response = client.get_bootstrap_brokers(
ClusterArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
{
'BootstrapBrokerString': 'string',
'BootstrapBrokerStringTls': 'string',
'BootstrapBrokerStringSaslScram': 'string',
'BootstrapBrokerStringSaslIam': 'string',
'BootstrapBrokerStringPublicTls': 'string',
'BootstrapBrokerStringPublicSaslScram': 'string',
'BootstrapBrokerStringPublicSaslIam': 'string'
}
Response Structure
Successful response.
A string containing one or more hostname:port pairs.
A string containing one or more DNS names (or IP) and TLS port pairs.
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
A string containing one or more DNS names (or IP) and TLS port pairs.
A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
Exceptions
Kafka.Client.exceptions.BadRequestException
Kafka.Client.exceptions.UnauthorizedException
Kafka.Client.exceptions.InternalServerErrorException
Kafka.Client.exceptions.ConflictException
Kafka.Client.exceptions.ForbiddenException