Uses of Class
software.amazon.awscdk.services.lambda.eventsources.SqsEventSource.Builder
-
Uses of SqsEventSource.Builder in software.amazon.awscdk.services.lambda.eventsources
Modifier and TypeMethodDescriptionThe largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.static SqsEventSource.Builder
If the SQS event source mapping should be enabled.SqsEventSource.Builder.filterEncryption
(IKey filterEncryption) Add Customer managed KMS key to encrypt Filter Criteria.Add filter criteria option.SqsEventSource.Builder.maxBatchingWindow
(Duration maxBatchingWindow) The maximum amount of time to gather records before invoking the function.SqsEventSource.Builder.maxConcurrency
(Number maxConcurrency) The maximum concurrency setting limits the number of concurrent instances of the function that an Amazon SQS event source can invoke.SqsEventSource.Builder.reportBatchItemFailures
(Boolean reportBatchItemFailures) Allow functions to return partially successful responses for a batch of records.