class Aws::Kafka::Types::GetBootstrapBrokersResponse

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

@!attribute [rw] bootstrap_broker_string

A string containing one or more hostname:port pairs.
@return [String]

@!attribute [rw] bootstrap_broker_string_tls

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

<programlisting>\{ "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" \}</programlisting>
@return [String]

@!attribute [rw] bootstrap_broker_string_sasl_scram

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

<programlisting>\{ "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" \}</programlisting>
@return [String]

@!attribute [rw] bootstrap_broker_string_sasl_iam

A string that contains one or more DNS names (or IP addresses) and
SASL IAM port pairs. The following is an example.

<programlisting>\{ "BootstrapBrokerStringSaslIam": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098" \}</programlisting>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/GetBootstrapBrokersResponse AWS API Documentation

Constants

SENSITIVE