EventSourceMappingMetricsConfigArgs

data class EventSourceMappingMetricsConfigArgs(val metrics: Output<List<EventSourceMappingMetricsConfigMetricsItem>>? = null) : ConvertibleToJava<EventSourceMappingMetricsConfigArgs>

The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.

Constructors

Link copied to clipboard
constructor(metrics: Output<List<EventSourceMappingMetricsConfigMetricsItem>>? = null)

Properties

Link copied to clipboard

The metrics you want your event source mapping to produce. Include `EventCount` to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see Event source mapping metrics.

Functions

Link copied to clipboard
open override fun toJava(): EventSourceMappingMetricsConfigArgs