Class: Aws::Kafka::Types::OpenMonitoringInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::OpenMonitoringInfo
- 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::PrometheusInfo
Prometheus settings.
Instance Attribute Details
#prometheus ⇒ Types::PrometheusInfo
Prometheus settings.
4537 4538 4539 4540 4541 |
# File 'lib/aws-sdk-kafka/types.rb', line 4537 class OpenMonitoringInfo < Struct.new( :prometheus) SENSITIVE = [] include Aws::Structure end |