TelemetryRuleForOrganizationRuleDestinationConfigurationMskMonitoringParameters constructor

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

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

Implementation

const TelemetryRuleForOrganizationRuleDestinationConfigurationMskMonitoringParameters({
  this.enhancedMonitoring,
});