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
- Struct
- Aws::Kafka::Types::MutableClusterInfo
- Defined in:
- (unknown)
Overview
Information about cluster attributes that can be updated via update APIs.
Returned by:
Instance Attribute Summary collapse
-
#broker_ebs_volume_info ⇒ Array<Types::BrokerEBSVolumeInfo>
Specifies the size of the EBS volume and the ID of the associated broker.
-
#configuration_info ⇒ Types::ConfigurationInfo
Information about the changes in the configuration of the brokers.
-
#enhanced_monitoring ⇒ String
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
-
#kafka_version ⇒ String
-
#logging_info ⇒ Types::LoggingInfo
LoggingInfo details.
-
#number_of_broker_nodes ⇒ Integer
The number of broker nodes in the cluster.
-
#open_monitoring ⇒ Types::OpenMonitoring
Settings for open monitoring using Prometheus.
Instance Attribute Details
#broker_ebs_volume_info ⇒ Array<Types::BrokerEBSVolumeInfo>
Specifies the size of the EBS volume and the ID of the associated broker.
#configuration_info ⇒ Types::ConfigurationInfo
Information about the changes in the configuration of the brokers.
#enhanced_monitoring ⇒ String
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
#kafka_version ⇒ String
#logging_info ⇒ Types::LoggingInfo
LoggingInfo details.
#number_of_broker_nodes ⇒ Integer
The number of broker nodes in the cluster.
#open_monitoring ⇒ Types::OpenMonitoring
Settings for open monitoring using Prometheus.