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

Class: Aws::Kafka::Types::MutableClusterInfo

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

Overview

Information about cluster attributes that can be updated via update APIs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#broker_ebs_volume_infoArray<Types::BrokerEBSVolumeInfo>

Specifies the size of the EBS volume and the ID of the associated broker.

Returns:

#configuration_infoTypes::ConfigurationInfo

Information about the changes in the configuration of the brokers.

Returns:

#enhanced_monitoringString

Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

Possible values:

  • DEFAULT
  • PER_BROKER
  • PER_TOPIC_PER_BROKER
  • PER_TOPIC_PER_PARTITION

Returns:

  • (String)

    Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

#kafka_versionString

Returns:

  • (String)

#logging_infoTypes::LoggingInfo

LoggingInfo details.

Returns:

#number_of_broker_nodesInteger

The number of broker nodes in the cluster.

Returns:

  • (Integer)

    The number of broker nodes in the cluster.

#open_monitoringTypes::OpenMonitoring

Settings for open monitoring using Prometheus.

Returns: