Class: Aws::Kafka::Types::UpdateMonitoringRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateMonitoringRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for UpdateMonitoring.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cluster_arn ⇒ String
-
#current_version ⇒ String
The version of cluster to update from.
-
#enhanced_monitoring ⇒ String
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
-
#logging_info ⇒ Types::LoggingInfo
LoggingInfo details.
-
#open_monitoring ⇒ Types::OpenMonitoringInfo
The settings for open monitoring.
Instance Attribute Details
#cluster_arn ⇒ String
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-kafka/types.rb', line 4260 class UpdateMonitoringRequest < Struct.new( :cluster_arn, :current_version, :enhanced_monitoring, :open_monitoring, :logging_info) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The version of cluster to update from. A successful operation will then generate a new version.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-kafka/types.rb', line 4260 class UpdateMonitoringRequest < Struct.new( :cluster_arn, :current_version, :enhanced_monitoring, :open_monitoring, :logging_info) SENSITIVE = [] include Aws::Structure end |
#enhanced_monitoring ⇒ String
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-kafka/types.rb', line 4260 class UpdateMonitoringRequest < Struct.new( :cluster_arn, :current_version, :enhanced_monitoring, :open_monitoring, :logging_info) SENSITIVE = [] include Aws::Structure end |
#logging_info ⇒ Types::LoggingInfo
LoggingInfo details.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-kafka/types.rb', line 4260 class UpdateMonitoringRequest < Struct.new( :cluster_arn, :current_version, :enhanced_monitoring, :open_monitoring, :logging_info) SENSITIVE = [] include Aws::Structure end |
#open_monitoring ⇒ Types::OpenMonitoringInfo
The settings for open monitoring.
4260 4261 4262 4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-kafka/types.rb', line 4260 class UpdateMonitoringRequest < Struct.new( :cluster_arn, :current_version, :enhanced_monitoring, :open_monitoring, :logging_info) SENSITIVE = [] include Aws::Structure end |