class Aws::Kafka::Types::BrokerEBSVolumeInfo

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.

@note When making an API call, you may pass BrokerEBSVolumeInfo

data as a hash:

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

@!attribute [rw] kafka_broker_node_id

The ID of the broker to update.
@return [String]

@!attribute [rw] volume_size_gb

Size of the EBS volume to update.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/BrokerEBSVolumeInfo AWS API Documentation

Constants

SENSITIVE