Class: Aws::Kafka::Types::OpenMonitoring
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::OpenMonitoring
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
JMX and Node monitoring for the MSK cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#prometheus ⇒ Types::Prometheus
Prometheus settings.
Instance Attribute Details
#prometheus ⇒ Types::Prometheus
Prometheus settings.
4523 4524 4525 4526 4527 |
# File 'lib/aws-sdk-kafka/types.rb', line 4523 class OpenMonitoring < Struct.new( :prometheus) SENSITIVE = [] include Aws::Structure end |