EventSourceMappingScalingConfigArgs

data class EventSourceMappingScalingConfigArgs(val maximumConcurrency: Output<Int>? = null) : ConvertibleToJava<EventSourceMappingScalingConfigArgs>

The scaling configuration for the event source.

Constructors

Link copied to clipboard
fun EventSourceMappingScalingConfigArgs(maximumConcurrency: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val maximumConcurrency: Output<Int>? = null

The maximum number of concurrent functions that the event source can invoke.