EventSourceMappingMetricsConfig constructor
Creates a new EventSourceMappingMetricsConfig.
metrics List containing the metrics to be produced by the event source mapping. Valid values: EventCount, ErrorCount, KafkaMetrics.
Implementation
const EventSourceMappingMetricsConfig({
required this.metrics,
});