You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateBrokerStorageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_arn: "__string", # required
  current_version: "__string", # required
  target_broker_ebs_volume_info: [ # required
    {
      kafka_broker_node_id: "__string", # required
      volume_size_gb: 1, # required
    },
  ],
}

Request object for UpdateBrokerStorage.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)

#current_versionString

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

Returns:

  • (String)

    The version of cluster to update from.

#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: