EventSourceMappingProvisionedPollerConfigArgs

data class EventSourceMappingProvisionedPollerConfigArgs(val maximumPollers: Output<Int>? = null, val minimumPollers: Output<Int>? = null) : ConvertibleToJava<EventSourceMappingProvisionedPollerConfigArgs>

The provisioned mode configuration for the event source. Use provisioned mode to customize the minimum and maximum number of event pollers for your event source.

Constructors

constructor(maximumPollers: Output<Int>? = null, minimumPollers: Output<Int>? = null)

Properties

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

The maximum number of event pollers this event source can scale up to.

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

The minimum number of event pollers this event source can scale down to.

Functions

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