Class: Aws::Kafka::Types::UpdateBrokerStorageRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Request object for UpdateBrokerStorage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


3983
3984
3985
3986
3987
3988
3989
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3983

class UpdateBrokerStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_broker_ebs_volume_info)
  SENSITIVE = []
  include Aws::Structure
end

#current_versionString

The version of cluster to update from. A successful operation will then generate a new version.

Returns:

  • (String)


3983
3984
3985
3986
3987
3988
3989
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3983

class UpdateBrokerStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_broker_ebs_volume_info)
  SENSITIVE = []
  include Aws::Structure
end

#target_broker_ebs_volume_infoArray<Types::BrokerEBSVolumeInfo>

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.

Returns:



3983
3984
3985
3986
3987
3988
3989
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3983

class UpdateBrokerStorageRequest < Struct.new(
  :cluster_arn,
  :current_version,
  :target_broker_ebs_volume_info)
  SENSITIVE = []
  include Aws::Structure
end