You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::GetBootstrapBrokersResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns a string containing one or more hostname:port pairs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bootstrap_broker_stringString

A string containing one or more hostname:port pairs.

Returns:

  • (String)

    A string containing one or more hostname:port pairs.

#bootstrap_broker_string_sasl_scramString

A string containing one or more DNS names (or IP) and SASL SCRAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslScram": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096" }

Returns:

  • (String)

    A string containing one or more DNS names (or IP) and SASL SCRAM port pairs.

#bootstrap_broker_string_tlsString

A string containing one or more DNS names (or IP) and TLS port pairs. The following is an example.

{ "BootstrapBrokerStringTls": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094" }

Returns:

  • (String)

    A string containing one or more DNS names (or IP) and TLS port pairs.