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.
5462 5463 5464 5465 5466 |
# File 'lib/aws-sdk-kafka/types.rb', line 5462 class OpenMonitoringInfo < Struct.new( :prometheus) SENSITIVE = [] include Aws::Structure end |