UpdateClusterConfigurationRequest
public struct UpdateClusterConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let clusterArn: String
-
Represents the configuration that you want MSK to use for the cluster.
Declaration
Swift
public let configurationInfo: ConfigurationInfo
-
The version of the cluster that you want to update.
Declaration
Swift
public let currentVersion: String
-
Undocumented
Declaration
Swift
public init(clusterArn: String, configurationInfo: ConfigurationInfo, currentVersion: String)