ProvisionedPollerConfig - AWS Lambda

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 AWS SDKs, see the following: