BrokerSoftwareInfo

public struct BrokerSoftwareInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn’t visible in this preview release.

    Declaration

    Swift

    public let configurationArn: String?
  • The revision of the configuration to use. This field isn’t visible in this preview release.

    Declaration

    Swift

    public let configurationRevision: Int64?
  • The version of Apache Kafka.

    Declaration

    Swift

    public let kafkaVersion: String?
  • Undocumented

    Declaration

    Swift

    public init(configurationArn: String? = nil, configurationRevision: Int64? = nil, kafkaVersion: String? = nil)