Class: Aws::ObservabilityAdmin::Types::MskMonitoringParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::MskMonitoringParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Configuration parameters for Amazon MSK cluster monitoring, including enhanced monitoring level settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enhanced_monitoring ⇒ String
The level of enhanced monitoring for the MSK cluster.
Instance Attribute Details
#enhanced_monitoring ⇒ String
The level of enhanced monitoring for the MSK cluster.
1774 1775 1776 1777 1778 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1774 class MskMonitoringParameters < Struct.new( :enhanced_monitoring) SENSITIVE = [] include Aws::Structure end |