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

Class: Aws::Kafka::Types::BrokerEBSVolumeInfo

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

Overview

Note:

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

{
  kafka_broker_node_id: "__string", # required
  volume_size_gb: 1, # required
}

Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#kafka_broker_node_idString

The ID of the broker to update.

Returns:

  • (String)

    The ID of the broker to update.

#volume_size_gbInteger

Size of the EBS volume to update.

Returns:

  • (Integer)

    Size of the EBS volume to update.