TelemetryRuleRuleDestinationConfigurationMskMonitoringParameters constructor

const TelemetryRuleRuleDestinationConfigurationMskMonitoringParameters({
  1. Input<String?>? enhancedMonitoring,
})

Creates a new TelemetryRuleRuleDestinationConfigurationMskMonitoringParameters. enhancedMonitoring Level of enhanced monitoring for the MSK cluster. Valid values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION.

Implementation

const TelemetryRuleRuleDestinationConfigurationMskMonitoringParameters({
  this.enhancedMonitoring,
});