Values.GetBootstrapBrokersResponseSourceA 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 ListClusters operation to get the ARNs of all the clusters in this account and Region.
type nonrec t = {bootstrapBrokerString : string option;A string containing one or more hostname:port pairs.
*)bootstrapBrokerStringTls : string option;A string containing one or more DNS names (or IP) and TLS port pairs.
*)bootstrapBrokerStringSaslScram : string option;A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
*)bootstrapBrokerStringSaslIam : string option;A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
*)bootstrapBrokerStringPublicTls : string option;A string containing one or more DNS names (or IP) and TLS port pairs.
*)bootstrapBrokerStringPublicSaslScram : string option;A string containing one or more DNS names (or IP) and Sasl Scram port pairs.
*)bootstrapBrokerStringPublicSaslIam : string option;A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.
*)bootstrapBrokerStringVpcConnectivityTls : string option;A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
*)bootstrapBrokerStringVpcConnectivitySaslScram : string option;A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
*)bootstrapBrokerStringVpcConnectivitySaslIam : string option;A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
*)bootstrapBrokerStringIpv6 : string option;A string that contains one or more DNS names (or IP) and port pairs for IPv6 connectivity.
*)bootstrapBrokerStringTlsIpv6 : string option;A string that contains one or more DNS names (or IP) and TLS port pairs for IPv6 connectivity.
*)bootstrapBrokerStringSaslScramIpv6 : string option;A string that contains one or more DNS names (or IP) and SASL SCRAM port pairs for IPv6 connectivity.
*)bootstrapBrokerStringSaslIamIpv6 : string option;A string that contains one or more DNS names (or IP) and SASL IAM port pairs for IPv6 connectivity.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val make :
?bootstrapBrokerString:??? ->
?bootstrapBrokerStringTls:??? ->
?bootstrapBrokerStringSaslScram:??? ->
?bootstrapBrokerStringSaslIam:??? ->
?bootstrapBrokerStringPublicTls:??? ->
?bootstrapBrokerStringPublicSaslScram:??? ->
?bootstrapBrokerStringPublicSaslIam:??? ->
?bootstrapBrokerStringVpcConnectivityTls:??? ->
?bootstrapBrokerStringVpcConnectivitySaslScram:??? ->
?bootstrapBrokerStringVpcConnectivitySaslIam:??? ->
?bootstrapBrokerStringIpv6:??? ->
?bootstrapBrokerStringTlsIpv6:??? ->
?bootstrapBrokerStringSaslScramIpv6:??? ->
?bootstrapBrokerStringSaslIamIpv6:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]