GetBootstrapBrokersResponse

public struct GetBootstrapBrokersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string containing one or more hostname:port pairs.

    Declaration

    Swift

    public let bootstrapBrokerString: String?
  • 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” }

    Declaration

    Swift

    public let bootstrapBrokerStringTls: String?
  • Undocumented

    Declaration

    Swift

    public init(bootstrapBrokerString: String? = nil, bootstrapBrokerStringTls: String? = nil)