Class: Aws::Kafka::Types::OpenMonitoringInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

JMX and Node monitoring for the MSK cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prometheusTypes::PrometheusInfo

Prometheus settings.



4472
4473
4474
4475
4476
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4472

class OpenMonitoringInfo < Struct.new(
  :prometheus)
  SENSITIVE = []
  include Aws::Structure
end