ProvisionedPollerConfig - Amazon Lambda
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ProvisionedPollerConfig

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. An event poller is a compute unit that provides approximately 5 MBps of throughput.

Contents

MaximumPollers

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

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 2000.

Required: No

MinimumPollers

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

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 200.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: