UpdateBrokerStorageRequest
public struct UpdateBrokerStorageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let clusterArn: String
-
The version of cluster to update from. A successful operation will then generate a new version.
Declaration
Swift
public let currentVersion: String
-
Describes the target volume size and the ID of the broker to apply the update to. The value you specify for Target-Volume-in-GiB must be a whole number that is greater than 100 GiB. The storage per broker after the update operation can’t exceed 16384 GiB.
Declaration
Swift
public let targetBrokerEBSVolumeInfo: [BrokerEBSVolumeInfo]
-
Undocumented
Declaration
Swift
public init(clusterArn: String, currentVersion: String, targetBrokerEBSVolumeInfo: [BrokerEBSVolumeInfo])