BrokerInstance
public struct BrokerInstance : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The URL of the broker’s ActiveMQ Web Console.
Declaration
Swift
public let consoleURL: String?
-
The broker’s wire-level protocol endpoints.
Declaration
Swift
public let endpoints: [String]?
-
The IP address of the Elastic Network Interface (ENI) attached to the broker.
Declaration
Swift
public let ipAddress: String?
-
Undocumented
Declaration
Swift
public init(consoleURL: String? = nil, endpoints: [String]? = nil, ipAddress: String? = nil)