EventSourceMappingScalingConfigArgs

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

Constructors

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

Properties

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

Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be between 2 and 1000. See Configuring maximum concurrency for Amazon SQS event sources.

Functions

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