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

Class: Aws::Kafka::Types::UpdateClusterConfigurationRequest

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

Overview

Note:

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

{
  cluster_arn: "__string", # required
  configuration_info: { # required
    arn: "__string", # required
    revision: 1, # required
  },
  current_version: "__string", # required
}

Request body for UpdateClusterConfiguration.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)

#configuration_infoTypes::ConfigurationInfo

Represents the configuration that you want MSK to use for the cluster.

Returns:

#current_versionString

The version of the cluster that you want to update.

Returns:

  • (String)

    The version of the cluster that you want to update.