BrokerNodeInfo
public struct BrokerNodeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attached elastic network interface of the broker.
Declaration
Swift
public let attachedENIId: String?
-
The ID of the broker.
Declaration
Swift
public let brokerId: Double?
-
The client subnet to which this broker node belongs.
Declaration
Swift
public let clientSubnet: String?
-
The virtual private cloud (VPC) of the client.
Declaration
Swift
public let clientVpcIpAddress: String?
-
Information about the version of software currently deployed on the Kafka brokers in the cluster.
Declaration
Swift
public let currentBrokerSoftwareInfo: BrokerSoftwareInfo?
-
Endpoints for accessing the broker.
Declaration
Swift
public let endpoints: [String]?
-
Undocumented
Declaration
Swift
public init(attachedENIId: String? = nil, brokerId: Double? = nil, clientSubnet: String? = nil, clientVpcIpAddress: String? = nil, currentBrokerSoftwareInfo: BrokerSoftwareInfo? = nil, endpoints: [String]? = nil)