Class: Aws::Kafka::Types::OpenMonitoring

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::Prometheus

Prometheus settings.

Returns:



4458
4459
4460
4461
4462
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4458

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