EventSourceMappingScalingConfigArgs

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

(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.

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 SQS event source can invoke.

Functions

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